Small setup.py change

pull/8/head
Dan Puttick 2016-12-20 15:16:58 -05:00
parent 173a844b69
commit 0badab0b20
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@ setup(
description='Standalone CIRCLean/KittenGroomer code.',
packages=['kittengroomer'],
scripts=[
'bin/generic.py',
'bin/pier9.py',
'bin/specific.py',
'bin/filecheck.py'
'bin/generic.py',
'bin/pier9.py',
'bin/specific.py',
'bin/filecheck.py'
],
include_package_data=True,
package_data={'data': ['PDFA_def.ps', 'srgb.icc']},