summaryrefslogtreecommitdiff
path: root/pexpect/setup.py.template
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/setup.py.template')
-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',