From 260fa7f7c10a72a007c31645697d80825dac8ab0 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 8 Nov 2014 14:42:52 +0000 Subject: [PATCH] Install the res2sqlite.py script --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9e2df6a..bea65bc 100644 --- a/setup.py +++ b/setup.py @@ -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' )