summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-12-12 14:13:42 -0800
committerJeff Quast <contact@jeffquast.com>2015-12-12 14:13:42 -0800
commit3451858cf0061aff06c8a82fdc628270336cbc8c (patch)
tree3ae346cb56ea41878cfa9052c401dd51b1221fb7
parent8cf885aa6c41310d14dc70270c4ecdcfaa16e477 (diff)
parente25fd2b9013206e6c2c3a34b9041e3fdafc80962 (diff)
downloadpexpect-git-3451858cf0061aff06c8a82fdc628270336cbc8c.tar.gz
Merge pull request #306 from takluyver/i305
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',