11[build-system ]
22requires = [
3- " setuptools >= 40.6.0 " ,
3+ " setuptools >= 77.0.3 " ,
44 " setuptools_scm>=6.2" ,
55]
66build-backend = " setuptools.build_meta"
@@ -14,7 +14,6 @@ classifiers = [
1414 " Environment :: Console" ,
1515 " Intended Audience :: Developers" ,
1616 " Intended Audience :: Science/Research" ,
17- " License :: OSI Approved :: Apache Software License" ,
1817 " Natural Language :: English" ,
1918 " Operating System :: POSIX :: Linux" ,
2019 " Programming Language :: Python :: 3" ,
@@ -72,7 +71,8 @@ dependencies = [
7271 " zarr>3" ,
7372]
7473description = " A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts"
75- license = {text = " Apache License, Version 2.0" }
74+ license = " Apache-2.0"
75+ license-files = [" LICENSE" , " NOTICE" ]
7676name = " ESMValCore"
7777requires-python = " >=3.12"
7878
@@ -112,7 +112,6 @@ Issues = "https://github.com/ESMValGroup/ESMValCore/issues"
112112
113113[tool .setuptools ]
114114include-package-data = true
115- license-files = [" LICENSE" ]
116115packages = [" esmvalcore" ]
117116zip-safe = false
118117
0 commit comments