Install the res2sqlite.py script

This commit is contained in:
Chris Kerr
2014-11-08 14:42:52 +00:00
parent ae2b263989
commit 260fa7f7c1

View File

@@ -16,5 +16,6 @@ setup(
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Natural Language :: English'],
packages=['galvani'],
scripts=['scripts/res2sqlite.py'], # TODO make this use entry_points
install_requires='numpy'
)