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