From 437882d3572a7a535ee3954feaf9c2b725392eb6 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Thu, 11 May 2023 15:16:15 +0200 Subject: [PATCH] add classifiers and license in setup --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index 5db9037..202fc0b 100644 --- a/setup.py +++ b/setup.py @@ -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}, -- GitLab