File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ install:
2020
2121.PHONY : deploy
2222deploy :
23- python setup.py register
2423 python setup.py sdist --manifest-only
2524 python setup.py sdist --formats zip,gztar upload
2625
Original file line number Diff line number Diff line change @@ -241,9 +241,9 @@ def has_docs(self):
241241 description = 'Python implementation of Markdown.' ,
242242 long_description = long_description ,
243243 author = 'Manfred Stienstra, Yuri takhteyev and Waylan limberg' ,
244- author_email = 'waylan.limberg [at] icloud.com' ,
244+ author_email = 'waylan.limberg@ icloud.com' ,
245245 maintainer = 'Waylan Limberg' ,
246- maintainer_email = 'waylan.limberg [at] icloud.com' ,
246+ maintainer_email = 'waylan.limberg@ icloud.com' ,
247247 license = 'BSD License' ,
248248 packages = ['markdown' , 'markdown.extensions' ],
249249 scripts = ['bin/%s' % SCRIPT_NAME ],
You can’t perform that action at this time.
0 commit comments