aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2009-06-02 22:00:37 -0400
committerWaylan Limberg <waylan@gmail.com>2009-06-05 22:25:53 -0400
commitfbf7b1f7c67122c7370284e14cd7e8d6c39d6940 (patch)
tree437fcbf6076587fbf105c40627b52364b44156ce /MANIFEST.in
parent32078141d9eff1498cf9da0635a32e04356ece2f (diff)
downloadmarkdown-fbf7b1f7c67122c7370284e14cd7e8d6c39d6940.tar.gz
markdown-fbf7b1f7c67122c7370284e14cd7e8d6c39d6940.tar.bz2
markdown-fbf7b1f7c67122c7370284e14cd7e8d6c39d6940.zip
Updated Manifest.in to include test files.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 4558938..bdba91b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
recursive-include bin *
recursive-include markdown *.py
recursive-include docs *
+recursive-include markdown/tests *.txt *.html *.cfg *.py
prune markdown/extensions/legacy.py
include setup.py
include MANIFEST