maj du app.py

This commit is contained in:
2026-08-06 20:51:57 +02:00
parent f68dbc91b9
commit 17e1a87e89
+7 -1
View File
@@ -22,4 +22,10 @@ package-dir = {"" = "src"}
include-package-data = true
[tool.setuptools.packages.find]
where = ["src"]
where = ["src"]
[tool.setuptools.package-data]
orfeo_django_toolkit = [
"templates/**/*",
"static/**/*",
]