summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index be90f18..2fe404a 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,8 @@ from pexpect import __version__
setup (name='pexpect',
version=__version__,
- py_modules=['pexpect', 'pxssh', 'fdpexpect', 'FSM', 'screen', 'ANSI'],
+ py_modules=['pxssh', 'fdpexpect', 'FSM', 'screen', 'ANSI'],
+ packages=['pexpect'],
description='Pexpect is a pure Python Expect. It allows easy control of other applications.',
author='Noah Spurrier',
author_email='noah@noah.org',