Fix pyproject

This commit is contained in:
phil 2023-12-21 15:38:31 +05:30
parent 47df53f4d1
commit 1e2802f289
3 changed files with 4 additions and 403 deletions

View file

@ -31,10 +31,6 @@ requires-python = ">=3.11"
readme = "README.md"
license = {text = "GPLv3"}
[project.optional-dependencies]
contextily = ["contextily>=1.4.0"]
all = ["gisaf[contextily]"]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
@ -44,6 +40,8 @@ dev = [
"ipdb>=0.13.13",
"pretty-errors>=1.2.25",
]
contextily = ["contextily>=1.4.0"]
all = ["gisaf[contextily]"]
[tool.pdm.version]
source = "scm"