comparison setup.py @ 2:7f2f9bb4f32c

oops. wrong email address in setup.py
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 10:06:50 -0400
parents 1a416359a617
children 22ae9aa457af
comparison
equal deleted inserted replaced
1:1a416359a617 2:7f2f9bb4f32c
2 2
3 setup( 3 setup(
4 name='NoseDjango', 4 name='NoseDjango',
5 version='0.6', 5 version='0.6',
6 author='Victor Ng', 6 author='Victor Ng',
7 author_email = 'victor@monkeybean.ca', 7 author_email = 'crankycoder@gmail.com',
8 description = 'nose plugin for easy testing of django projects ' \ 8 description = 'nose plugin for easy testing of django projects ' \
9 'and apps. Sets up a test database (or schema) and installs apps ' \ 9 'and apps. Sets up a test database (or schema) and installs apps ' \
10 'from test settings file before tests are run, and tears the test ' \ 10 'from test settings file before tests are run, and tears the test ' \
11 'database (or schema) down after all tests are run.', 11 'database (or schema) down after all tests are run.',
12 install_requires='nose>=0.10', 12 install_requires='nose>=0.10',