From f49ddfe8444aea83767b0b53aa278263bf01ee24 Mon Sep 17 00:00:00 2001 From: noah Date: Thu, 12 Jul 2007 22:22:19 +0000 Subject: 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 --- pexpect/setup.py.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pexpect') 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', -- cgit v1.2.1