We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b3599 commit 7d03816Copy full SHA for 7d03816
pyproject.toml
@@ -20,7 +20,7 @@ maintainers = [
20
]
21
description = "A collection of bias correction techniques written in Python - for climate sciences."
22
readme = "README.md"
23
-license = { file = "LICENSE" }
+license-files = ["LICENSE"]
24
requires-python = ">=3.9"
25
dependencies = [
26
"xarray>=2022.11.0",
@@ -44,7 +44,6 @@ keywords = [
44
"quantile-delta-mapping",
45
46
classifiers = [
47
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
48
"Programming Language :: Python",
49
"Programming Language :: Python :: 3.9",
50
"Programming Language :: Python :: 3.10",
0 commit comments