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