diff --git a/pyproject.toml b/pyproject.toml index 25487ece9f..ebabbdbaa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ - "setuptools >= 40.6.0", - "setuptools_scm>=6.2", + "setuptools>=80", + "setuptools_scm>=8", ] build-backend = "setuptools.build_meta" @@ -14,7 +14,6 @@ classifiers = [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", - "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", @@ -72,7 +71,8 @@ dependencies = [ "zarr>3", ] description = "A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts" -license = {text = "Apache License, Version 2.0"} +license = "Apache-2.0" +license-files = ["LICENSE", "NOTICE"] name = "ESMValCore" requires-python = ">=3.12" @@ -112,7 +112,6 @@ Issues = "https://github.com/ESMValGroup/ESMValCore/issues" [tool.setuptools] include-package-data = true -license-files = ["LICENSE"] packages = ["esmvalcore"] zip-safe = false