treat templates, static, and content as namespace packages

This commit is contained in:
Bastian Venthur
2023-07-13 09:52:30 +02:00
parent 86826c0c03
commit 32fff6dabb
2 changed files with 1 additions and 4 deletions

View File

@@ -47,9 +47,6 @@ version = {attr = "blag.__VERSION__" }
[tool.setuptools]
packages = [
"blag",
"blag.templates",
"blag.static",
"blag.content",
"tests",
]