from distutils.core import setup setup(name='foobar', version='1.0', py_modules=['foobar'], )