aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index dc80666..e4b68f9 100755
--- a/setup.py
+++ b/setup.py
@@ -241,9 +241,9 @@ setup(
description='Python implementation of Markdown.',
long_description=long_description,
author='Manfred Stienstra, Yuri takhteyev and Waylan limberg',
- author_email='waylan.limberg [at] icloud.com',
+ author_email='waylan.limberg@icloud.com',
maintainer='Waylan Limberg',
- maintainer_email='waylan.limberg [at] icloud.com',
+ maintainer_email='waylan.limberg@icloud.com',
license='BSD License',
packages=['markdown', 'markdown.extensions'],
scripts=['bin/%s' % SCRIPT_NAME],