summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-12-21 19:58:39 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-12-21 19:58:39 +0100
commit04962c71c49145cc13674ba5d2d4a19028e41cce (patch)
treec5571777a1d807188abc9f560219fe76fab00d62 /MANIFEST.in
parente2bb2261d2ce1f23a4d0ef5250abea87de35f761 (diff)
downloadpep8-04962c71c49145cc13674ba5d2d4a19028e41cce.tar.gz
Update MANIFEST.in and .gitignore
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index bdce657..4532c06 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,9 @@
-recursive-include testsuite *
-include pep8.py
include *.txt
include *.rst
+recursive-include docs *
+recursive-include testsuite *
+recursive-exclude docs *.pyc
+recursive-exclude docs *.pyo
+recursive-exclude testsuite *.pyc
+recursive-exclude testsuite *.pyo
+prune docs/_build