from distutils.core import setup setup(name='pyaccuwage', version='0.1', py_modules=['__init__','model','fields','record','enums'] )