We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04d2c9 commit 1b4cc1eCopy full SHA for 1b4cc1e
.gitignore
@@ -13,3 +13,4 @@ MANIFEST
13
.tox/*
14
.coverage
15
htmlcov/*
16
+*komodo*
setup.py
@@ -235,9 +235,9 @@ def has_docs(self):
235
description='Python implementation of Markdown.',
236
long_description=long_description,
237
author='Manfred Stienstra, Yuri takhteyev and Waylan limberg',
238
- author_email='markdown [at] freewisdom.org',
+ author_email='waylan.limberg [at] icloud.com',
239
maintainer='Waylan Limberg',
240
- maintainer_email='waylan [at] gmail.com',
+ maintainer_email='waylan.limberg [at] icloud.com',
241
license='BSD License',
242
packages=['markdown', 'markdown.extensions'],
243
scripts=['bin/%s' % SCRIPT_NAME],
0 commit comments