mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 17:15:36 +00:00
Requirements should be a list
This commit is contained in:
2
setup.py
2
setup.py
@@ -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']
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user