Skip to content

Commit d871d72

Browse files
Update project settings
1 parent 9d148d4 commit d871d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ maintainers = [
2020
]
2121
description = "A collection of bias correction techniques written in Python - for climate sciences."
2222
readme = "README.md"
23+
license = "GPL-3.0-or-later"
2324
license-files = ["LICENSE"]
2425
requires-python = ">=3.9"
2526
dependencies = [
@@ -70,7 +71,7 @@ include-package-data = false
7071

7172
[tool.setuptools.packages.find]
7273
include = ["cmethods*"]
73-
exclude = ["doc*", "tests*", "examples*", ".env", "venv"]
74+
exclude = ["doc*", "tests*", "examples*", ".env", ".venv"]
7475

7576
[tool.setuptools_scm]
7677
write_to = "cmethods/_version.py"

0 commit comments

Comments
 (0)