From 42a20ede5202038bcadf50abac55407f1a4568e0 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Tue, 6 Oct 2015 10:27:22 -0700 Subject: 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. --- MANIFEST.in | 5 ++--- 1 file 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 *~ -- cgit v1.2.1