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 bc981fa commit 8e97ed9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ readme = {file = ["README.md"], content-type = "text/markdown"}
"BL_Python.testing" = "src/testing/BL_Python/testing"
"BL_Python.web" = "src/web/BL_Python/web"

[tool.setuptools.package-data]
"*" = ["*.j2"]

[tool.setuptools]
packages = [
"BL_Python.AWS",
Expand Down
2 changes: 1 addition & 1 deletion src/web/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include *.j2
graft BL_Python/web/scaffolding/templates/

0 comments on commit 8e97ed9

Please sign in to comment.