aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xsetup.py4
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],