Fix pyproject
This commit is contained in:
parent
47df53f4d1
commit
1e2802f289
3 changed files with 4 additions and 403 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue