maj du app.py

This commit is contained in:
2026-08-06 20:51:57 +02:00
parent f68dbc91b9
commit 17e1a87e89
+6
View File
@@ -23,3 +23,9 @@ include-package-data = true
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["src"] where = ["src"]
[tool.setuptools.package-data]
orfeo_django_toolkit = [
"templates/**/*",
"static/**/*",
]