File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools>=64 " ,
3+ " setuptools>=77 " ,
44 " setuptools_scm>=7" ,
55 " numpy>=2" ,
66 " Cython>=3" ,
@@ -12,7 +12,8 @@ requires-python = ">=3.9"
1212name = " pentapy"
1313authors = [{name = " Sebastian Müller" , email = " info@geostat-framework.org" }]
1414readme = " README.md"
15- license = " MIT License"
15+ license = " MIT"
16+ license-files = [" LICENSE" ]
1617dynamic = [" version" ]
1718description = " pentapy: A toolbox for pentadiagonal matrizes."
1819classifiers = [
@@ -72,9 +73,6 @@ Tracker = "https://github.com/GeoStat-Framework/pentapy/issues"
7273Changelog = " https://github.com/GeoStat-Framework/pentapy/blob/main/CHANGELOG.md"
7374Conda-Forge = " https://anaconda.org/conda-forge/pentapy"
7475
75- [tool .setuptools ]
76- license-files = [" LICENSE" ]
77-
7876[tool .setuptools_scm ]
7977write_to = " src/pentapy/_version.py"
8078write_to_template = " __version__ = '{version}'"
You can’t perform that action at this time.
0 commit comments