from distutils.core import setup setup (name='pexpect', version='0.8', py_modules=['pexpect'], description='Pexpect, a pure Python Expect allows control of other applications.', author='Noah Spurrier', author_email='noah@noah.org', url='http://www.noah.org/python/pexpect/', license='Python Software Foundation License', platforms='UNIX' )