Skip to content

Commit 1b4cc1e

Browse files
committed
Updated author email
1 parent c04d2c9 commit 1b4cc1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ MANIFEST
1313
.tox/*
1414
.coverage
1515
htmlcov/*
16+
*komodo*

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ def has_docs(self):
235235
description='Python implementation of Markdown.',
236236
long_description=long_description,
237237
author='Manfred Stienstra, Yuri takhteyev and Waylan limberg',
238-
author_email='markdown [at] freewisdom.org',
238+
author_email='waylan.limberg [at] icloud.com',
239239
maintainer='Waylan Limberg',
240-
maintainer_email='waylan [at] gmail.com',
240+
maintainer_email='waylan.limberg [at] icloud.com',
241241
license='BSD License',
242242
packages=['markdown', 'markdown.extensions'],
243243
scripts=['bin/%s' % SCRIPT_NAME],

0 commit comments

Comments
 (0)