summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-10-28 12:08:38 -0700
committerThomas Kluyver <takowl@gmail.com>2013-10-28 12:08:38 -0700
commit470bb066cd0da9eb90dc346324bc899b075bdcc9 (patch)
tree005060c16c0fe20fba635fd78d43d47afc4c5931 /MANIFEST.in
parent5e8861935a1ef983c0c88dd9827471d4f6626313 (diff)
downloadpexpect-git-470bb066cd0da9eb90dc346324bc899b075bdcc9.tar.gz
Exclude byte-compiled files and editor backups from source dist
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 77d775b..91fd411 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,3 +5,4 @@ include README LICENSE INSTALL
include setup.py pexpect.py fdpexpect.py pxssh.py screen.py ANSI.py FSM.py
include test.env tools/testall.py
recursive-include tests *
+global-exclude __pycache__ *.pyc *~