Skip to content

Commit 510ab58

Browse files
committed
fix license specifiers
1 parent 4caa231 commit 510ab58

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=64",
3+
"setuptools>=77",
44
"setuptools_scm>=7",
55
"numpy>=2",
66
"Cython>=3",
@@ -12,7 +12,8 @@ requires-python = ">=3.9"
1212
name = "pentapy"
1313
authors = [{name = "Sebastian Müller", email = "info@geostat-framework.org"}]
1414
readme = "README.md"
15-
license = "MIT License"
15+
license = "MIT"
16+
license-files = ["LICENSE"]
1617
dynamic = ["version"]
1718
description = "pentapy: A toolbox for pentadiagonal matrizes."
1819
classifiers = [
@@ -72,9 +73,6 @@ Tracker = "https://github.com/GeoStat-Framework/pentapy/issues"
7273
Changelog = "https://github.com/GeoStat-Framework/pentapy/blob/main/CHANGELOG.md"
7374
Conda-Forge = "https://anaconda.org/conda-forge/pentapy"
7475

75-
[tool.setuptools]
76-
license-files = ["LICENSE"]
77-
7876
[tool.setuptools_scm]
7977
write_to = "src/pentapy/_version.py"
8078
write_to_template = "__version__ = '{version}'"

0 commit comments

Comments
 (0)