@@ -10,12 +10,20 @@ requires = [
1010build-backend = " setuptools.build_meta"
1111
1212[project ]
13+ requires-python = " >=3.7"
1314name = " gstools"
1415description = " GSTools: A geostatistical toolbox."
15- authors = [{name = " Sebastian Müller" , email = " info@geostat-framework.org" }, {name = " Lennart Schüler" }]
16- maintainers = [{name = " Sebastian Müller" , email = " info@geostat-framework.org" }, {name = " Lennart Schüler" }]
16+ authors = [
17+ {name = " Sebastian Müller" , email = " sebastian@geostat-framework.org" },
18+ {name = " Lennart Schüler" , email = " lennart@geostat-framework.org" },
19+ ]
20+ maintainers = [
21+ {name = " Sebastian Müller" , email = " sebastian@geostat-framework.org" },
22+ {name = " Lennart Schüler" , email = " lennart@geostat-framework.org" },
23+ ]
1724readme = " README.md"
1825license = {file = " LICENSE" }
26+ dynamic = [" version" ]
1927classifiers = [
2028 " Development Status :: 5 - Production/Stable" ,
2129 " Intended Audience :: Developers" ,
@@ -50,16 +58,6 @@ dependencies = [
5058 " pyevtk>=1.1.1" ,
5159 " scipy>=1.1.0" ,
5260]
53- dynamic = [" version" ]
54- requires-python = " >=3.7"
55-
56- [project .urls ]
57- Changelog = " https://github.com/GeoStat-Framework/GSTools/blob/main/CHANGELOG.md"
58- Conda-Forge = " https://anaconda.org/conda-forge/gstools"
59- Documentation = " https://gstools.readthedocs.io"
60- Homepage = " https://geostat-framework.org/#gstools"
61- Source = " https://github.com/GeoStat-Framework/GSTools"
62- Tracker = " https://github.com/GeoStat-Framework/GSTools/issues"
6361
6462[project .optional-dependencies ]
6563doc = [
@@ -81,6 +79,14 @@ plotting = [
8179rust = [" gstools_core>=0.2.0,<1" ]
8280test = [" pytest-cov>=3" ]
8381
82+ [project .urls ]
83+ Changelog = " https://github.com/GeoStat-Framework/GSTools/blob/main/CHANGELOG.md"
84+ Conda-Forge = " https://anaconda.org/conda-forge/gstools"
85+ Documentation = " https://gstools.readthedocs.io"
86+ Homepage = " https://geostat-framework.org/#gstools"
87+ Source = " https://github.com/GeoStat-Framework/GSTools"
88+ Tracker = " https://github.com/GeoStat-Framework/GSTools/issues"
89+
8490[tool .setuptools_scm ]
8591write_to = " src/gstools/_version.py"
8692write_to_template = " __version__ = '{version}'"
0 commit comments