summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Meza <rocky@fusionbox.com>2015-04-22 16:34:03 -0600
committerRocky Meza <rocky@fusionbox.com>2015-04-22 16:34:03 -0600
commit7b6ae8bc14dbcff7d3c33b1abe1b4924f1fe4440 (patch)
treede2931280654631f0353344865892ba92643c4b4
parent4bb75bbc2dd11d53946593e92a28c15d497eee70 (diff)
downloaddjango-pyscss-7b6ae8bc14dbcff7d3c33b1abe1b4924f1fe4440.tar.gz
Change MANIFEST to include testspyscss1.3
Fixes #30
-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