from distutils.core import setup setup(name='pyaccuwage', version='0.2', packages=['pyaccuwage'], zip_safe=True, )