summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2015-09-09 12:27:15 +0100
committerThomas Kluyver <takowl@gmail.com>2015-09-09 12:27:15 +0100
commit57adf6f08bc208e71f3867586e255c3e9a749358 (patch)
treeedb745555d5a1e1cb2447ecdf2b901f5031b0935 /setup.py
parent32f8ea68c68a8b67a82308cadf0b6f4ed24d27e2 (diff)
downloadpexpect-57adf6f08bc208e71f3867586e255c3e9a749358.tar.gz
Remove separate top-level modules
These were deprecated in 3.x, moving them into the Pexpect package. This removes them entirely for 4.x.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index feb5e64..ed0740e 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,6 @@ The Pexpect interface was designed to be easy to use.
setup (name='pexpect',
version=version,
- py_modules=['pxssh', 'fdpexpect', 'FSM', 'screen', 'ANSI'],
packages=['pexpect'],
description='Pexpect allows easy control of interactive console applications.',
long_description=long_description,