Skip to content

Commit 74b9e33

Browse files
committed
Update pyproject.toml with new license and license-files settings
1 parent 3927556 commit 74b9e33

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools >= 40.6.0",
3+
"setuptools >= 77.0.3",
44
"setuptools_scm>=6.2",
55
]
66
build-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
]
7473
description = "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"]
7676
name = "ESMValCore"
7777
requires-python = ">=3.12"
7878

@@ -112,7 +112,6 @@ Issues = "https://github.com/ESMValGroup/ESMValCore/issues"
112112

113113
[tool.setuptools]
114114
include-package-data = true
115-
license-files = ["LICENSE"]
116115
packages = ["esmvalcore"]
117116
zip-safe = false
118117

0 commit comments

Comments
 (0)