summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2012-04-22 16:55:39 -0700
committerDoug Hellmann <doug.hellmann@gmail.com>2012-04-22 16:55:39 -0700
commit1151d3262d63ece908ae278a2efc7e04223b7f96 (patch)
tree614f87a89564862cc426e8a8d0f313409d7c556e /MANIFEST.in
parentd423b54992b4f125c33c00989daadc6a304fd3dc (diff)
downloadcliff-tablib-1151d3262d63ece908ae278a2efc7e04223b7f96.tar.gz
add demoapp to release package and clean up files being distributed from the test directory
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 6dbfc85..d43de7c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
include setup.py
include distribute_setup.py
-include tests/*
recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt
+recursive-include demoapp *.py
+recursive-include tests *.py
include tox.ini