Skip to content

Commit 7d03816

Browse files
Resolve "Parts of the pyproject.toml are deprecated"
1 parent 32b3599 commit 7d03816

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ maintainers = [
2020
]
2121
description = "A collection of bias correction techniques written in Python - for climate sciences."
2222
readme = "README.md"
23-
license = { file = "LICENSE" }
23+
license-files = ["LICENSE"]
2424
requires-python = ">=3.9"
2525
dependencies = [
2626
"xarray>=2022.11.0",
@@ -44,7 +44,6 @@ keywords = [
4444
"quantile-delta-mapping",
4545
]
4646
classifiers = [
47-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
4847
"Programming Language :: Python",
4948
"Programming Language :: Python :: 3.9",
5049
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)