diff --git a/src/web/pyproject.toml b/src/web/pyproject.toml index 39285f04..3f225533 100644 --- a/src/web/pyproject.toml +++ b/src/web/pyproject.toml @@ -54,6 +54,9 @@ readme = {file = ["README.md"], content-type = "text/markdown"} [tool.setuptools.packages] find = {} +[tool.setuptools.package-data] +"BL_Python.web" = ["*.j2"] + [project.scripts] bl-python-scaffold = "BL_Python.web.scaffolding.__main__:scaffold"