mirror of https://github.com/CIRCL/PyCIRCLean
Add filecheck in the scripts
parent
303a6fa09e
commit
e1a7b583f7
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ setup(
|
||||||
url='https://github.com/CIRCL/CIRCLean',
|
url='https://github.com/CIRCL/CIRCLean',
|
||||||
description='Standalone CIRCLean/KittenGroomer code.',
|
description='Standalone CIRCLean/KittenGroomer code.',
|
||||||
packages=['kittengroomer'],
|
packages=['kittengroomer'],
|
||||||
scripts=['bin/generic.py', 'bin/pier9.py', 'bin/specific.py'],
|
scripts=['bin/generic.py', 'bin/pier9.py', 'bin/specific.py', 'bin/filecheck.py'],
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
package_data = {'data': ['PDFA_def.ps','srgb.icc']},
|
package_data = {'data': ['PDFA_def.ps','srgb.icc']},
|
||||||
test_suite="tests",
|
test_suite="tests",
|
||||||
|
|
Loading…
Reference in New Issue