Skip to content

Commit

Permalink
Adjust for new PyPI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Aug 18, 2017
1 parent a0b5aef commit cc8ef7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ def has_docs(self):
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],
Expand Down

0 comments on commit cc8ef7f

Please sign in to comment.