summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-01-06 18:19:59 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-01-06 18:19:59 +0000
commita3ab10c3f334d8ba51444cc775e49aab002e3d7d (patch)
tree0ef6039eb1a89386a8867ee5046a0d472d252694 /MANIFEST.in
parentbd3d26264030dc70203c3d81d64a9b05a2229119 (diff)
downloadsqlalchemy-a3ab10c3f334d8ba51444cc775e49aab002e3d7d.tar.gz
- removed 2.3 compat stuff
- updated MANIFEST for the newer build
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index eeb770e06..c7913cd13 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
-include doc/*.html
-include doc/*.css
+recursive-include doc *.html *.css *.txt *.js
+prune doc/build/output \ No newline at end of file