mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 09:15:34 +00:00
Minor formatting tweaks
This commit is contained in:
5
setup.py
5
setup.py
@@ -22,10 +22,11 @@ setup(
|
|||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Intended Audience :: Science/Research',
|
'Intended Audience :: Science/Research',
|
||||||
'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'],
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'res2sqlite = galvani.res2sqlite:main',
|
'res2sqlite = galvani.res2sqlite:main',
|
||||||
]},
|
]},
|
||||||
install_requires=['numpy']
|
install_requires=['numpy'],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user