From 1b4cc1e595a67db8c88bf1c47f8ecb915d1aab67 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 30 Nov 2014 19:34:08 -0500 Subject: Updated author email --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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