Requirements should be a list

This commit is contained in:
Chris Kerr
2014-11-09 12:48:20 +00:00
parent 260fa7f7c1
commit 907f209476

View File

@@ -17,5 +17,5 @@ setup(
'Natural Language :: English'], 'Natural Language :: English'],
packages=['galvani'], packages=['galvani'],
scripts=['scripts/res2sqlite.py'], # TODO make this use entry_points scripts=['scripts/res2sqlite.py'], # TODO make this use entry_points
install_requires='numpy' install_requires=['numpy']
) )