diff options
author | Waylan Limberg <waylan@gmail.com> | 2009-05-05 23:29:26 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2009-05-05 23:29:26 -0400 |
commit | 3595679ef7e474e07734d573205e75d04034eb88 (patch) | |
tree | d9dd3d40dd5dce1686114f16aaac7139a2978887 /MANIFEST.in | |
parent | 6d972b91d30d6e314fee111354b98ed4130eebe6 (diff) | |
download | markdown-3595679ef7e474e07734d573205e75d04034eb88.tar.gz markdown-3595679ef7e474e07734d573205e75d04034eb88.tar.bz2 markdown-3595679ef7e474e07734d573205e75d04034eb88.zip |
Fixed commandline issues and upped version to 2.0.1-beta. Renamed markdown.py to markdown and added a markdown.bat wrapper for win32. Also had to put markdown script in a bin dir so it doesn't clash with the markdown lib dir because win32 doesn't allow a dir and file of the same name in same parent dir.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b784dd4..4558938 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include markdown.py +recursive-include bin * recursive-include markdown *.py recursive-include docs * prune markdown/extensions/legacy.py |