added blag.templates to packages

This commit is contained in:
Bastian Venthur
2023-04-16 10:57:44 +02:00
parent 128d3f032d
commit a3572d414f

View File

@@ -45,7 +45,10 @@ dev = [
version = {attr = "blag.__VERSION__" }
[tool.setuptools]
packages = ["blag"]
packages = [
"blag",
"blag.templates",
]
[tool.setuptools.package-data]
blag = ["templates/*"]