diff options
| author | Waylan Limberg <waylan.limberg@icloud.com> | 2014-11-30 19:34:08 -0500 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2014-11-30 19:34:08 -0500 |
| commit | 47329268beb7b86f659753785a1f9f3ed644eefb (patch) | |
| tree | 3f35b09ac3c891eb8b41de4073be11e713087b04 /setup.py | |
| parent | c04d2c90fc741e2d1a612d25040b25252656b69c (diff) | |
| download | python-markdown-47329268beb7b86f659753785a1f9f3ed644eefb.tar.gz | |
Updated author email
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -235,9 +235,9 @@ setup( description='Python implementation of Markdown.', long_description=long_description, author='Manfred Stienstra, Yuri takhteyev and Waylan limberg', - author_email='markdown [at] freewisdom.org', + author_email='waylan.limberg [at] icloud.com', maintainer='Waylan Limberg', - maintainer_email='waylan [at] gmail.com', + maintainer_email='waylan.limberg [at] icloud.com', license='BSD License', packages=['markdown', 'markdown.extensions'], scripts=['bin/%s' % SCRIPT_NAME], |
