summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-10-25 12:45:11 -0700
committerThomas Kluyver <takowl@gmail.com>2013-10-25 12:45:11 -0700
commit88ab2c8e5eae38a8b20b16a1d86ba7f431875372 (patch)
tree9530f4f280958269e8aa748538b50576a6c801da /MANIFEST.in
parent5318cbb74a499d6c3fcc33991b97a4f7ff376089 (diff)
downloadpexpect-git-88ab2c8e5eae38a8b20b16a1d86ba7f431875372.tar.gz
Don't include built docs in source tarball
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 3da4fa4..77d775b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,5 @@
recursive-include doc *
+prune doc/_build
recursive-include examples *
include README LICENSE INSTALL
include setup.py pexpect.py fdpexpect.py pxssh.py screen.py ANSI.py FSM.py