Skip to content

Commit d6f8d6b

Browse files
committed
Merge pull request #6 from roverdotcom/fix-author-email-warning
Fix author_email warning in setup.py
2 parents 176de01 + f088da8 commit d6f8d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
description='A Django app useful for inlining CSS (primarily for e-mails)',
77
long_description=open('README.md').read(),
88
author='Philip Kimmey',
9+
author_email='philip@rover.com',
910
maintainer='Philip Kimmey',
1011
maintainer_email='philip@rover.com',
1112
license='BSD',

0 commit comments

Comments
 (0)