release 0.2018.2
This commit is contained in:
parent
1f1d3dd9bb
commit
bfd43b7448
3 changed files with 5 additions and 5 deletions
7
setup.py
7
setup.py
|
@ -7,13 +7,14 @@ def pyaccuwage_tests():
|
|||
return test_suite
|
||||
|
||||
setup(name='pyaccuwage',
|
||||
version='0.2018.1',
|
||||
version='0.2018.2',
|
||||
packages=['pyaccuwage'],
|
||||
scripts=[
|
||||
'scripts/pyaccuwage-checkseq',
|
||||
'scripts/pyaccuwage-convert',
|
||||
'scripts/pyaccuwage-genfieldfill',
|
||||
'scripts/pyaccuwage-parse',
|
||||
'scripts/pyaccuwage-pdfparse',
|
||||
'scripts/pyaccuwage-checkseq',
|
||||
'scripts/pyaccuwage-genfieldfill'
|
||||
],
|
||||
zip_safe=True,
|
||||
test_suite='setup.pyaccuwage_tests',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue