Skip to content

Commit afd6987

Browse files
committed
Metadata: reorder; add email
1 parent 6f3bf7b commit afd6987

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

pyproject.toml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,20 @@ requires = [
1010
build-backend = "setuptools.build_meta"
1111

1212
[project]
13+
requires-python = ">=3.7"
1314
name = "gstools"
1415
description = "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+
]
1724
readme = "README.md"
1825
license = {file = "LICENSE"}
26+
dynamic = ["version"]
1927
classifiers = [
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]
6563
doc = [
@@ -81,6 +79,14 @@ plotting = [
8179
rust = ["gstools_core>=0.2.0,<1"]
8280
test = ["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]
8591
write_to = "src/gstools/_version.py"
8692
write_to_template = "__version__ = '{version}'"

0 commit comments

Comments
 (0)