Skip to content

Commit 49c5601

Browse files
committed
build: clean python dependency management
Switched to correct classifiers in pyproject.toml, they are not free-form. Removed requirements.txt as it is not needed alongside poetry. Removed setup.py as it was unused.
1 parent 0b84fc9 commit 49c5601

File tree

3 files changed

+5
-22
lines changed

3 files changed

+5
-22
lines changed

pyproject.toml

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ license = "EUPL-1.2"
88
readme = "README.md"
99
homepage = "https://eis-he.eu"
1010
repository = "https://github.com/GispoCoding/eis_toolkit"
11-
# documentation = ""
11+
# See https://pypi.org/classifiers/
1212
keywords = [
13-
"Exploration",
14-
"Mineral prospectivity",
15-
"Horizon Europe",
16-
"Geology",
17-
"Packages"
13+
"Development Status :: 4 - Beta",
14+
"Topic :: Scientific/Engineering :: GIS",
15+
"Programming Language :: Python :: 3 :: Only",
1816
]
1917

2018
[tool.poetry.scripts]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ markupsafe==2.1.3 ; python_version >= "3.9" and python_version < "3.11"
3737
matplotlib==3.8.0 ; python_version >= "3.9" and python_version < "3.11"
3838
mdurl==0.1.2 ; python_version >= "3.9" and python_version < "3.11"
3939
ml-dtypes==0.2.0 ; python_version >= "3.9" and python_version < "3.11"
40-
numpy==1.26.1 ; python_version >= "3.9" and python_version < "3.11"
40+
numpy==1.26.1 ; python_version < "3.11" and python_version >= "3.9"
4141
oauthlib==3.2.2 ; python_version >= "3.9" and python_version < "3.11"
4242
opt-einsum==3.3.0 ; python_version >= "3.9" and python_version < "3.11"
4343
packaging==23.2 ; python_version >= "3.9" and python_version < "3.11"

setup.py

-15
This file was deleted.

0 commit comments

Comments
 (0)