diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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', |