aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2009-03-17 23:03:56 -0400
committerWaylan Limberg <waylan@gmail.com>2009-03-17 23:03:56 -0400
commitd912dde6b40fbfe02686e3d40eaf9b899261cff9 (patch)
tree483456fe86f72f08c13a39b9daab1e83d355f812 /MANIFEST.in
parent6a5635697c3770ece8a969fdb630a705d3d89d28 (diff)
downloadmarkdown-d912dde6b40fbfe02686e3d40eaf9b899261cff9.tar.gz
markdown-d912dde6b40fbfe02686e3d40eaf9b899261cff9.tar.bz2
markdown-d912dde6b40fbfe02686e3d40eaf9b899261cff9.zip
Added extension subdir to docs with index listing all included extensions. Now we just need to document each one.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b2e49da..b784dd4 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
include markdown.py
recursive-include markdown *.py
-include docs/*
+recursive-include docs *
+prune markdown/extensions/legacy.py
include setup.py
include MANIFEST