summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 09:55:11 -0700
committerDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 09:55:11 -0700
commite9bd0cd4cb87a248353d14ab3dd08dd3cc9ea141 (patch)
treebb54f2cf34bec2224f7ad630a2527162a7b428a3 /MANIFEST.in
parent8fe433d58c72c029f90df751fd6dc1ceb95f1096 (diff)
downloadcliff-tablib-e9bd0cd4cb87a248353d14ab3dd08dd3cc9ea141.tar.gz
add distribute_setup.py so install works
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..6dbfc85
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,6 @@
+include setup.py
+include distribute_setup.py
+include tests/*
+recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt
+include tox.ini
+