From 47329268beb7b86f659753785a1f9f3ed644eefb Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 30 Nov 2014 19:34:08 -0500 Subject: Updated author email --- .gitignore | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3f7b30a..a542fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ MANIFEST .tox/* .coverage htmlcov/* +*komodo* \ No newline at end of file diff --git a/setup.py b/setup.py index 7e8862c..923334d 100755 --- a/setup.py +++ b/setup.py @@ -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], -- cgit v1.2.3