attempting to add a commandline script
This commit is contained in:
parent
ad5262e37e
commit
69da154e59
2 changed files with 5 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue