From 17e1a87e8936dc12d8c09982c95a1fbd3999fc5c Mon Sep 17 00:00:00 2001 From: Orfeo59 Date: Thu, 6 Aug 2026 20:51:57 +0200 Subject: [PATCH] maj du app.py --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6413c86..5842370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,4 +22,10 @@ package-dir = {"" = "src"} include-package-data = true [tool.setuptools.packages.find] -where = ["src"] \ No newline at end of file +where = ["src"] + +[tool.setuptools.package-data] +orfeo_django_toolkit = [ + "templates/**/*", + "static/**/*", +] \ No newline at end of file