|
2 | 2 | name = "gstools-core" |
3 | 3 | dependencies = ["numpy>=1.20.0,<2"] |
4 | 4 | license = { file = "LICENSE" } |
5 | | -requires-python = ">=3.10" |
| 5 | +requires-python = ">=3.8" |
| 6 | +dynamic = ["version"] |
6 | 7 | classifiers = [ |
7 | | - "Development Status :: 5 - Production/Stable", |
8 | | - "Intended Audience :: Developers", |
9 | | - "Intended Audience :: End Users/Desktop", |
10 | | - "Intended Audience :: Science/Research", |
11 | | - "Intended Audience :: Education", |
12 | | - "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", |
13 | | - "Natural Language :: English", |
14 | | - "Programming Language :: Python", |
15 | | - "Programming Language :: Python :: 3", |
16 | | - "Programming Language :: Python :: 3 :: Only", |
17 | | - "Programming Language :: Python :: 3.10", |
18 | | - "Programming Language :: Python :: 3.11", |
19 | | - "Topic :: Scientific/Engineering", |
20 | | - "Topic :: Scientific/Engineering :: GIS", |
21 | | - "Topic :: Scientific/Engineering :: Hydrology", |
22 | | - "Topic :: Scientific/Engineering :: Mathematics", |
23 | | - "Topic :: Scientific/Engineering :: Physics", |
24 | | - "Topic :: Utilities", |
| 8 | + "Development Status :: 5 - Production/Stable", |
| 9 | + "Intended Audience :: Developers", |
| 10 | + "Intended Audience :: End Users/Desktop", |
| 11 | + "Intended Audience :: Science/Research", |
| 12 | + "Intended Audience :: Education", |
| 13 | + "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", |
| 14 | + "Natural Language :: English", |
| 15 | + "Programming Language :: Python", |
| 16 | + "Programming Language :: Python :: 3", |
| 17 | + "Programming Language :: Python :: 3 :: Only", |
| 18 | + "Programming Language :: Python :: 3.8", |
| 19 | + "Programming Language :: Python :: 3.9", |
| 20 | + "Programming Language :: Python :: 3.10", |
| 21 | + "Programming Language :: Python :: 3.11", |
| 22 | + "Programming Language :: Python :: 3.12", |
| 23 | + "Programming Language :: Python :: 3.13", |
| 24 | + "Topic :: Scientific/Engineering", |
| 25 | + "Topic :: Scientific/Engineering :: GIS", |
| 26 | + "Topic :: Scientific/Engineering :: Hydrology", |
| 27 | + "Topic :: Scientific/Engineering :: Mathematics", |
| 28 | + "Topic :: Scientific/Engineering :: Physics", |
| 29 | + "Topic :: Utilities", |
25 | 30 | ] |
26 | 31 |
|
27 | 32 | [project.urls] |
|
0 commit comments