Mercurial > nosedjango
changeset 1:1a416359a617
upped the revision to 0.6 to match Django 1.0b1
author | Victor Ng <victor@monkeybean.ca> |
---|---|
date | Thu, 28 Aug 2008 09:52:49 -0400 |
parents | ff263bdd455e |
children | 7f2f9bb4f32c |
files | setup.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Aug 28 09:44:43 2008 -0400 +++ b/setup.py Thu Aug 28 09:52:49 2008 -0400 @@ -2,15 +2,15 @@ setup( name='NoseDjango', - version='0.5', + version='0.6', author='Victor Ng', - author_email = 'victor.ng@monkeybeanonline.com', + author_email = 'victor@monkeybean.ca', description = 'nose plugin for easy testing of django projects ' \ 'and apps. Sets up a test database (or schema) and installs apps ' \ 'from test settings file before tests are run, and tears the test ' \ 'database (or schema) down after all tests are run.', install_requires='nose>=0.10', - url = "http://poli-cms.googlecode.com/svn/nose-django/", + url = "http://www.assembla.com/spaces/nosedjango", license = 'GNU LGPL', packages = find_packages(exclude=['tests']), zip_safe = False,