summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-12-12 15:53:51 -0800
committerJeff Quast <contact@jeffquast.com>2015-12-12 15:53:51 -0800
commitb1a57339c2f3c822f5ffa22c1ee2e1bcf4705a4b (patch)
treed5aa34cfff48f57c820d515c0f8677d9cbc72bf6
parent9ae34bd5b9e585d758c6d1afb3d8773941bc0671 (diff)
parent3451858cf0061aff06c8a82fdc628270336cbc8c (diff)
downloadpexpect-git-b1a57339c2f3c822f5ffa22c1ee2e1bcf4705a4b.tar.gz
Merge remote-tracking branch 'origin/master' into read_more_bytes
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e3bbbd4..e2ee117 100644
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,7 @@ Windows.
setup (name='pexpect',
version=version,
packages=['pexpect'],
+ package_data={'pexpect': ['bashrc.sh']},
description='Pexpect allows easy control of interactive console applications.',
long_description=long_description,
author='Noah Spurrier; Thomas Kluyver; Jeff Quast',