aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..bddab2f
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,8 @@
+include *.py
+include COPYING MANIFEST.in
+recursive-include src *.py *.html *.css *.js *.rst *.txt
+global-include *.cfg *.
+recursive-include single_project *.py
+recursive-include suite_project *.py
+prune .tox
+prune dist \ No newline at end of file