Add filecheck in the scripts

pull/2/head
Raphaël Vinot 2015-11-06 15:02:13 +01:00
parent 303a6fa09e
commit e1a7b583f7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setup(
url='https://github.com/CIRCL/CIRCLean',
description='Standalone CIRCLean/KittenGroomer code.',
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,
package_data = {'data': ['PDFA_def.ps','srgb.icc']},
test_suite="tests",