From e1a7b583f7651322861b07606daac2d9e6d8c2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 6 Nov 2015 15:02:13 +0100 Subject: [PATCH] Add filecheck in the scripts --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 741efb0..5e12d61 100644 --- a/setup.py +++ b/setup.py @@ -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",