Skip to content

Commit

Permalink
Merge pull request #6 from roverdotcom/fix-author-email-warning
Browse files Browse the repository at this point in the history
Fix author_email warning in setup.py
  • Loading branch information
philipkimmey committed Oct 15, 2013
2 parents 176de01 + f088da8 commit d6f8d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
description='A Django app useful for inlining CSS (primarily for e-mails)',
long_description=open('README.md').read(),
author='Philip Kimmey',
author_email='[email protected]',
maintainer='Philip Kimmey',
maintainer_email='[email protected]',
license='BSD',
Expand Down

0 comments on commit d6f8d6b

Please sign in to comment.