@@ -3,12 +3,27 @@ requires = ["setuptools>=65", "setuptools_scm[toml]>=6.2"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " hyve "
6+ name = " hydro-verification "
77requires-python = " >=3.10"
88authors = [
99 {name = " European Centre for Medium-Range Weather Forecasts (ECMWF)" , email = " software.support@ecmwf.int" },
1010]
1111license = { text = " Apache License Version 2.0" }
12+ description = " Tools for hydrological verification"
13+ classifiers = [
14+ " Development Status :: 2 - Pre-Alpha" ,
15+ " Intended Audience :: Science/Research" ,
16+ " Natural Language :: English" ,
17+ " License :: OSI Approved :: Apache Software License" ,
18+ " Operating System :: OS Independent" ,
19+ " Programming Language :: Python :: 3 :: Only" ,
20+ " Programming Language :: Python :: 3.10" ,
21+ " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
24+ " Programming Language :: Python :: 3.14" ,
25+ " Topic :: Scientific/Engineering"
26+ ]
1227dynamic = [" version" ]
1328
1429dependencies = [
@@ -18,6 +33,11 @@ dependencies = [
1833 " earthkit-data>=0.18.2" ,
1934]
2035
36+ [project .urls ]
37+ repository = " https://github.com/ecmwf/hyve"
38+ documentation = " https://github.com/ecmwf/hyve"
39+ issues = " https://github.com/ecmwf/hyve/issues"
40+
2141[project .optional-dependencies ]
2242test = [
2343 " pytest" ,
0 commit comments