aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index dad6811..0f77c5b 100644
--- a/setup.py
+++ b/setup.py
@@ -5,9 +5,10 @@ setup(
version = '1.7',
description = "Python implementation of Markdown.",
author = "Manfred Stienstra and Yuri takhteyev",
- maintainer = "Yuri Takhteyev",
- maintainer_email = "yuri [at] freewisdom.org",
+ author_email = "yuri [at] freewisdom.org",
+ maintainer = "Waylan Limberg",
+ maintainer_email = "waylan [at] gmail.com",
url = "http://www.freewisdom.org/projects/python-markdown",
+ license = "BSD License, GNU Public License (GPL)",
py_modules = ["markdown","mdx_footnotes", "mdx_rss"],
-
)