summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2015-10-06 19:01:18 +0100
committerThomas Kluyver <takowl@gmail.com>2015-10-06 19:01:18 +0100
commited706224ae8a463cd091a82247fb02634f235f55 (patch)
treecf777926b81abbeafcbc5b46d6717f3298033676
parentd1a6f1eaacbc1a262d54b067d9b787fce24748ae (diff)
parentc0f6aba90d1831c279829ca9766403241057a515 (diff)
downloadpexpect-ed706224ae8a463cd091a82247fb02634f235f55.tar.gz
Merge pull request #281 from pexpect/distribute-bashrc.sh
include pexpect/bashrc.sh, remove old entries
-rw-r--r--MANIFEST.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 91fd411..841b339 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,6 @@
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 pexpect/bashrc.sh
recursive-include tests *
global-exclude __pycache__ *.pyc *~