@@ -14,15 +14,13 @@ requires-python = ">=3.7"
14
14
name = " PyKrige"
15
15
description = " Kriging Toolkit for Python."
16
16
authors = [
17
- {name = " Benjamin S. Murphy" },
18
- {name = " Sebastian Müller" , email = " info@geostat-framework.org" },
17
+ {name = " Benjamin S. Murphy, Sebastian Müller" , email = " info@geostat-framework.org" },
19
18
]
20
19
maintainers = [
21
- {name = " Sebastian Müller" , email = " info@geostat-framework.org" },
22
- {name = " Roman Yurchak" },
20
+ {name = " Sebastian Müller, Roman Yurchak" , email = " info@geostat-framework.org" },
23
21
]
24
22
readme = " README.md"
25
- license = {file = " LICENSE " }
23
+ license = {text = " BSD-3-Clause " }
26
24
dynamic = [" version" ]
27
25
classifiers = [
28
26
" Development Status :: 5 - Production/Stable" ,
@@ -40,6 +38,7 @@ classifiers = [
40
38
" Programming Language :: Python :: 3.7" ,
41
39
" Programming Language :: Python :: 3.8" ,
42
40
" Programming Language :: Python :: 3.9" ,
41
+ " Programming Language :: Python :: 3.10" ,
43
42
" Topic :: Scientific/Engineering" ,
44
43
" Topic :: Scientific/Engineering :: GIS" ,
45
44
" Topic :: Scientific/Engineering :: Mathematics" ,
@@ -63,7 +62,6 @@ doc = [
63
62
" sphinx>=4" ,
64
63
" sphinx-gallery>=0.8" ,
65
64
" sphinx-rtd-theme>=1" ,
66
- " sphinxcontrib-napoleon" ,
67
65
]
68
66
plot = [" matplotlib>=3,<4" ]
69
67
sklearn = [" scikit-learn>=0.19" ]
@@ -81,6 +79,9 @@ Homepage = "https://github.com/GeoStat-Framework/PyKrige"
81
79
Source = " https://github.com/GeoStat-Framework/PyKrige"
82
80
Tracker = " https://github.com/GeoStat-Framework/PyKrige/issues"
83
81
82
+ [tool .setuptools ]
83
+ license-files = [" LICENSE" ]
84
+
84
85
[tool .setuptools_scm ]
85
86
write_to = " src/pykrige/_version.py"
86
87
write_to_template = " __version__ = '{version}'"
0 commit comments