diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-02-18 01:01:54 +0000 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-02-18 01:01:54 +0000 |
commit | 4f63b9542f360d25cbcc7195c35f47c1baaf4b07 (patch) | |
tree | a892fd54652cde0b3e6336247ed7ea193e165ce1 /setup.py | |
parent | 6d5b96eac3a9bbba4898352ccce82b784540ed01 (diff) | |
download | markdown-4f63b9542f360d25cbcc7195c35f47c1baaf4b07.tar.gz markdown-4f63b9542f360d25cbcc7195c35f47c1baaf4b07.tar.bz2 markdown-4f63b9542f360d25cbcc7195c35f47c1baaf4b07.zip |
Final commit before 1.7 final is released. Updated CHAGE_LOG, setp.py 1.7_Final
and added a MANIFEST file.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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"], - ) |