adding new pdf extract capability
This commit is contained in:
parent
b77b80e485
commit
e8145c5616
4 changed files with 174 additions and 134 deletions
4
setup.py
4
setup.py
|
@ -1,7 +1,7 @@
|
|||
from distutils.core import setup
|
||||
setup(name='pyaccuwage',
|
||||
version='0.0.6',
|
||||
version='0.0.7',
|
||||
packages=['pyaccuwage'],
|
||||
scripts=['scripts/pyaccuwage-parse'],
|
||||
scripts=['scripts/pyaccuwage-parse', 'scripts/pyaccuwage-pdfparse'],
|
||||
zip_safe=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue