summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2015-12-08 19:48:49 +0100
committerThomas Kluyver <thomas@kluyver.me.uk>2015-12-08 19:48:49 +0100
commite25fd2b9013206e6c2c3a34b9041e3fdafc80962 (patch)
tree3ae346cb56ea41878cfa9052c401dd51b1221fb7
parent8cf885aa6c41310d14dc70270c4ecdcfaa16e477 (diff)
downloadpexpect-e25fd2b9013206e6c2c3a34b9041e3fdafc80962.tar.gz
Add bashrc.sh to package_data
-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',