aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-11-22 23:51:31 -0500
committerWaylan Limberg <waylan@gmail.com>2008-11-22 23:51:31 -0500
commit6b54bb661d54f5c195b332d53e75e8e4e1b6f568 (patch)
tree9fed4aeea8003258d2c858e761ad414536511773 /MANIFEST.in
parentb2e7ffb5f2752db01a21a32e9afc4206669d63d3 (diff)
downloadmarkdown-6b54bb661d54f5c195b332d53e75e8e4e1b6f568.tar.gz
markdown-6b54bb661d54f5c195b332d53e75e8e4e1b6f568.tar.bz2
markdown-6b54bb661d54f5c195b332d53e75e8e4e1b6f568.zip
Updated setup.py and MANIFEST for recent package refactor.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..b2e49da
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,5 @@
+include markdown.py
+recursive-include markdown *.py
+include docs/*
+include setup.py
+include MANIFEST