Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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",
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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

Expand Down