summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2007-07-12 22:22:19 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2007-07-12 22:22:19 +0000
commitf49ddfe8444aea83767b0b53aa278263bf01ee24 (patch)
treed8c663c21e383c058ccaf77f22e2ebe0a91309e4
parent7ef3e257c35407039b9ccb441e625f5137b04a9b (diff)
downloadpexpect-f49ddfe8444aea83767b0b53aa278263bf01ee24.tar.gz
Added ANSI and screen and FSM to distribution.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@484 656d521f-e311-0410-88e0-e7920216d269
-rw-r--r--pexpect/setup.py.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/setup.py.template b/pexpect/setup.py.template
index c83468c..23036f4 100644
--- a/pexpect/setup.py.template
+++ b/pexpect/setup.py.template
@@ -5,7 +5,7 @@ $Date$
from distutils.core import setup
setup (name='pexpect',
version='VERSION',
- py_modules=['pexpect', 'pxssh', 'fdpexpect'],
+ py_modules=['pexpect', 'pxssh', 'fdpexpect', 'FSM.py', 'screen.py', 'ANSI.py'],
description='Pexpect is a pure Python Expect. It allows easy control of other applications.',
author='Noah Spurrier',
author_email='noah@noah.org',