diff --git a/setup.py b/setup.py index 9d26896..0f95b94 100644 --- a/setup.py +++ b/setup.py @@ -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' ],