attempting to add a commandline script

This commit is contained in:
Binh 2012-06-02 14:18:48 -05:00
parent ad5262e37e
commit 69da154e59
2 changed files with 5 additions and 0 deletions

View file

@ -2,5 +2,6 @@ from distutils.core import setup
setup(name='pyaccuwage',
version='0.0.6',
packages=['pyaccuwage'],
scripts=['scripts/pyaccuwage-parse'],
zip_safe=True,
)