diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2017-08-17 20:15:56 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-08-17 20:15:56 -0400 |
commit | cc8ef7fc1b093d2a0905520f91ac47f51d12204e (patch) | |
tree | 9863149e656922ca79e30b8ded2352f6ebe0306f /setup.py | |
parent | a0b5aef8adb1af7bd2ee0ff033f0997d11ee138b (diff) | |
download | python-markdown-cc8ef7fc1b093d2a0905520f91ac47f51d12204e.tar.gz |
Adjust for new PyPI changes
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -241,9 +241,9 @@ setup( description='Python implementation of Markdown.', long_description=long_description, author='Manfred Stienstra, Yuri takhteyev and Waylan limberg', - author_email='waylan.limberg [at] icloud.com', + author_email='waylan.limberg@icloud.com', maintainer='Waylan Limberg', - maintainer_email='waylan.limberg [at] icloud.com', + maintainer_email='waylan.limberg@icloud.com', license='BSD License', packages=['markdown', 'markdown.extensions'], scripts=['bin/%s' % SCRIPT_NAME], |