# HG changeset patch # User Victor Ng # Date 1219932410 14400 # Node ID 7f2f9bb4f32cdd1fff5954acebaa41650cec7c06 # Parent 1a416359a617215253d1b316a7e086038877983b oops. wrong email address in setup.py diff -r 1a416359a617 -r 7f2f9bb4f32c setup.py --- a/setup.py Thu Aug 28 09:52:49 2008 -0400 +++ b/setup.py Thu Aug 28 10:06:50 2008 -0400 @@ -4,7 +4,7 @@ name='NoseDjango', version='0.6', author='Victor Ng', - author_email = 'victor@monkeybean.ca', + author_email = 'crankycoder@gmail.com', 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 ' \