attempting to add a commandline script
This commit is contained in:
parent
ad5262e37e
commit
69da154e59
2 changed files with 5 additions and 0 deletions
4
scripts/pyaccuwage-parse
Executable file
4
scripts/pyaccuwage-parse
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
print "PYTHON!"
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -2,5 +2,6 @@ from distutils.core import setup
|
||||||
setup(name='pyaccuwage',
|
setup(name='pyaccuwage',
|
||||||
version='0.0.6',
|
version='0.0.6',
|
||||||
packages=['pyaccuwage'],
|
packages=['pyaccuwage'],
|
||||||
|
scripts=['scripts/pyaccuwage-parse'],
|
||||||
zip_safe=True,
|
zip_safe=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue