summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-10-06 10:56:27 -0700
committerJeff Quast <contact@jeffquast.com>2015-10-06 10:56:27 -0700
commitc0f6aba90d1831c279829ca9766403241057a515 (patch)
treecf777926b81abbeafcbc5b46d6717f3298033676
parent42a20ede5202038bcadf50abac55407f1a4568e0 (diff)
downloadpexpect-git-c0f6aba90d1831c279829ca9766403241057a515.tar.gz
no need to MANIFEST.in for setup.py
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9c24dde..841b339 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,6 @@
recursive-include doc *
prune doc/_build
recursive-include examples *
-include README.rst LICENSE
-include setup.py pexpect/bashrc.sh
+include README.rst LICENSE pexpect/bashrc.sh
recursive-include tests *
global-exclude __pycache__ *.pyc *~