Skip to content

Commit

Permalink
Fix author's email in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yumike committed Sep 16, 2011
1 parent 16fa3ea commit 77d3b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@ def read(filename):
description = 'Just a shopping cart for your Django projects.',
long_description = read('README.rst'),
author = 'Mike Yumatov',
author_email = 'mike@yumatov.com',
author_email = 'mike@yumatov.org',
packages = find_packages(),
test_suite = 'tests.main',
)

0 comments on commit 77d3b15

Please sign in to comment.