mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 17:15:36 +00:00
Install the res2sqlite.py script
This commit is contained in:
1
setup.py
1
setup.py
@@ -16,5 +16,6 @@ setup(
|
|||||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||||
'Natural Language :: English'],
|
'Natural Language :: English'],
|
||||||
packages=['galvani'],
|
packages=['galvani'],
|
||||||
|
scripts=['scripts/res2sqlite.py'], # TODO make this use entry_points
|
||||||
install_requires='numpy'
|
install_requires='numpy'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user