aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-10-27 21:23:40 +0100
committerDaniel Schadt <kingdread@gmx.de>2025-10-27 21:23:40 +0100
commit29dea5bba9979aaef39010a5dcb6d055c9057bf5 (patch)
treee3608d4730433d52dfaf258f351aeb0f16462d36 /pyproject.toml
parent415b5e786d932f5be1e87c57e845dbb8f48ce5c0 (diff)
parent2bb2fd7bffda993ad06832301aedacb9512b8ccb (diff)
downloadfietsboek-29dea5bba9979aaef39010a5dcb6d055c9057bf5.tar.gz
fietsboek-29dea5bba9979aaef39010a5dcb6d055c9057bf5.tar.bz2
fietsboek-29dea5bba9979aaef39010a5dcb6d055c9057bf5.zip
Merge branch 'hittekaart-py'HEADmaster
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8b01a42..cea085f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,6 +49,11 @@ documentation = "https://docs.fietsboek.org/"
homepage = "https://fietsboek.org/"
repository = "https://gitlab.com/dunj3/fietsboek"
+[project.optional-dependencies]
+hittekaart = [
+ "hittekaart-py @ git+https://gitlab.com/dunj3/hittekaart@013dc01683c42177e132847475c8b57d1a67fc14#subdirectory=hittekaart-py",
+]
+
[tool.poetry]
classifiers = [
'Development Status :: 3 - Alpha',