Skip to content

Commit

Permalink
Attempt to include j2 files in python package.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Sep 20, 2023
1 parent 887eb6c commit 6587841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/web/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6587841

Please sign in to comment.