aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2017-08-17 20:15:56 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2017-08-17 20:15:56 -0400
commitcc8ef7fc1b093d2a0905520f91ac47f51d12204e (patch)
tree9863149e656922ca79e30b8ded2352f6ebe0306f
parenta0b5aef8adb1af7bd2ee0ff033f0997d11ee138b (diff)
downloadmarkdown-cc8ef7fc1b093d2a0905520f91ac47f51d12204e.tar.gz
markdown-cc8ef7fc1b093d2a0905520f91ac47f51d12204e.tar.bz2
markdown-cc8ef7fc1b093d2a0905520f91ac47f51d12204e.zip
Adjust for new PyPI changes
-rw-r--r--makefile1
-rwxr-xr-xsetup.py4
2 files changed, 2 insertions, 3 deletions
diff --git a/makefile b/makefile
index 0ed1dba..2752d6a 100644
--- a/makefile
+++ b/makefile
@@ -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
diff --git a/setup.py b/setup.py
index dc80666..e4b68f9 100755
--- a/setup.py
+++ b/setup.py
@@ -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],