mirror of https://github.com/CIRCL/PyCIRCLean
Add filecheck to packages in setup.py
parent
5f8c4615f0
commit
99a2882874
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ setup(
|
||||||
maintainer='Raphaël Vinot',
|
maintainer='Raphaël Vinot',
|
||||||
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', 'filecheck'],
|
||||||
scripts=[
|
scripts=[
|
||||||
'filecheck/filecheck.py'
|
'filecheck/filecheck.py'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue