diff options
-rw-r--r-- | makefile | 1 | ||||
-rwxr-xr-x | setup.py | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -20,7 +20,6 @@ install: .PHONY : deploy deploy: - python setup.py register python setup.py sdist --manifest-only python setup.py sdist --formats zip,gztar upload @@ -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], |