aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-08-09 23:31:04 -0400
committerWaylan Limberg <waylan@gmail.com>2008-08-09 23:31:04 -0400
commit8bd9b8b0f218e65ee4798dca5cf9321e6eda6ece (patch)
tree43326a8c46dae00e2dedc45eb2106a681ad657d5 /MANIFEST
parent2b7e391fcd51d3468133f628f2e013574cf16536 (diff)
downloadmarkdown-8bd9b8b0f218e65ee4798dca5cf9321e6eda6ece.tar.gz
markdown-8bd9b8b0f218e65ee4798dca5cf9321e6eda6ece.tar.bz2
markdown-8bd9b8b0f218e65ee4798dca5cf9321e6eda6ece.zip
Cleaned up setup.py
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST20
1 files changed, 20 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..1200503
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,20 @@
+markdown.py
+mdx/__init__.py
+mdx/mdx_codehilite.py
+mdx/mdx_fenced_code.py
+mdx/mdx_footnotes.py
+mdx/mdx_headerid.py
+mdx/mdx_imagelinks.py
+mdx/mdx_meta.py
+mdx/mdx_rss.py
+mdx/mdx_tables.py
+mdx/mdx_wikilink.py
+setup.py
+scripts/pymarkdown.py
+docs/README
+docs/README.html
+docs/CHANGE_LOG
+docs/INSTALL
+docs/AUTHORS
+docs/writing_extensions.txt
+