aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 0fe2751..5370159 100755
--- a/setup.py
+++ b/setup.py
@@ -166,11 +166,11 @@ class md_build(build):
data = dict(
name = 'Markdown',
version = version,
- url = 'http://www.freewisdom.org/projects/python-markdown',
+ url = 'http://packages.python.org/Markdown/',
download_url = 'http://pypi.python.org/packages/source/M/Markdown/Markdown-%s.tar.gz' % version,
description = 'Python implementation of Markdown.',
- author = 'Manfred Stienstra and Yuri takhteyev',
- author_email = 'yuri [at] freewisdom.org',
+ author = 'Manfred Stienstra, Yuri takhteyev and Waylan limberg',
+ author_email = 'markdown [at] freewisdom.org',
maintainer = 'Waylan Limberg',
maintainer_email = 'waylan [at] gmail.com',
license = 'BSD License',