#!/usr/bin/env python from setuptools import setup setup( setup_requires=['pbr'], pbr=True, # packages=[''], py_modules=['wexpect'], )