Commit 437882d3 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

add classifiers and license in setup

1 merge request!2release v0.1.1.0
Pipeline #47106 passed with stage
in 4 minutes and 55 seconds
Showing with 7 additions and 0 deletions
+7 -0
......@@ -52,6 +52,13 @@ setup(
},
description='Python bindings for EvalHyd',
long_description='An evaluator for streamflow predictions.',
license="GPLv3",
classifiers=[
'Natural Language :: English',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Hydrology',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
],
packages=["evalhyd"],
ext_modules=ext_modules,
cmdclass={'build_ext': build_ext},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment