summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2013-10-08 14:52:42 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2013-10-08 15:27:26 -0700
commit812bac2224b97506fd1563aaff924fceae7cc6ed (patch)
tree5baf8cf56ac03b00e238f335fb7262e4ad218722 /MANIFEST.in
parent58c84e9fad1546007e2aae04bc3a27651558b6b6 (diff)
downloadpyscss-812bac2224b97506fd1563aaff924fceae7cc6ed.tar.gz
Fix setup.py, probably.
- tests.rst is gone. - We work on 2 and 3 with the same codebase; no need for 2to3. - Don't recursively include EVERYTHING in the manifest. Conflicts: scss/scss_meta.py
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index cce0106..0e7ad4d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1 @@
include DESCRIPTION LICENSE README.rst
-recursive-include scss *