Skip to content

Commit 4f63b95

Browse files
author
Waylan Limberg
committed
Final commit before 1.7 final is released. Updated CHAGE_LOG, setp.py
and added a MANIFEST file.
1 parent 6d5b96e commit 4f63b95

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGE_LOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
PYTHON MARKDOWN CHANGELOG
22
=========================
33

4+
Feb 13, 2008: A little code cleanup and better documentation
5+
and inheritance for pre/post proccessors.
6+
7+
Feb 9, 2008: Doublequotes no longer html escaped and rawhtml
8+
honors <?foo>, <@foo>, and <%foo> for those who run markdown on
9+
template syntax.
10+
411
Dec 12, 2007: Updated docs. Removed encoding arg from Markdown
512
and markdown as per list discussion. Clean up in prep for 1.7.
613

MANIFEST

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
README.txt
2+
README.html
3+
CHANGE_LOG.txt
4+
markdown.py
5+
mdx_footnotes.py
6+
mdx_rss.py
7+
setup.py

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
version = '1.7',
66
description = "Python implementation of Markdown.",
77
author = "Manfred Stienstra and Yuri takhteyev",
8-
maintainer = "Yuri Takhteyev",
9-
maintainer_email = "yuri [at] freewisdom.org",
8+
author_email = "yuri [at] freewisdom.org",
9+
maintainer = "Waylan Limberg",
10+
maintainer_email = "waylan [at] gmail.com",
1011
url = "http://www.freewisdom.org/projects/python-markdown",
12+
license = "BSD License, GNU Public License (GPL)",
1113
py_modules = ["markdown","mdx_footnotes", "mdx_rss"],
12-
1314
)

0 commit comments

Comments
 (0)