summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2013-08-05 22:43:50 +0200
committerJonas Borgström <jonas@borgstrom.se>2013-08-05 22:43:50 +0200
commit781a9552f05996408bb03c62956d47cbfe4e44f2 (patch)
tree90592d2dca1cb3c517741231cccb2d8443a824f3 /MANIFEST.in
parent05a14c3be3399199da87285fe0f0ddc15a17b1fa (diff)
Remove nature.css and make sure docs folder is included by sdist
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e2e9d05ec..978f60083 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,5 @@
include README.rst LICENSE CHANGES MANIFEST.in
+recursive-include docs *
+recursive-exclude docs *.pyc
+recursive-exclude docs *.pyo
+prune docs/_build