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