summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-10-06 10:27:22 -0700
committerJeff Quast <contact@jeffquast.com>2015-10-06 10:28:40 -0700
commit42a20ede5202038bcadf50abac55407f1a4568e0 (patch)
tree3ea3d0bf68aa827efcb362f983e9a8bf98714e32
parentd1a6f1eaacbc1a262d54b067d9b787fce24748ae (diff)
downloadpexpect-git-42a20ede5202038bcadf50abac55407f1a4568e0.tar.gz
include pexpect/bashrc.sh, remove old entries
closes issue #280, where using replwrap for bash will likely result in error, because the dependent --rcfile=bashrc.sh is not found when pexpect is packaged.
-rw-r--r--MANIFEST.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 91fd411..9c24dde 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,7 @@
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
-include test.env tools/testall.py
+include README.rst LICENSE
+include setup.py pexpect/bashrc.sh
recursive-include tests *
global-exclude __pycache__ *.pyc *~