Add filecheck to packages in setup.py

pull/21/head
Dan Puttick 2017-08-25 19:18:41 -04:00
parent 5f8c4615f0
commit 99a2882874
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setup(
maintainer='Raphaël Vinot',
url='https://github.com/CIRCL/CIRCLean',
description='Standalone CIRCLean/KittenGroomer code.',
packages=['kittengroomer'],
packages=['kittengroomer', 'filecheck'],
scripts=[
'filecheck/filecheck.py'
],