summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 587bec0..0e210f6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,7 @@
include README.rst
+include CHANGELOG.rst
include LICENSE
-recursive-include extras *
+recursive-include tests *
+recursive-exclude tests *.pyc
+recursive-include testproject *
+recursive-exclude testproject *.pyc