1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

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__" } version = {attr = "blag.__VERSION__" }
[tool.setuptools] [tool.setuptools]
packages = ["blag"] packages = [
"blag",
"blag.templates",
]
[tool.setuptools.package-data] [tool.setuptools.package-data]
blag = ["templates/*"] blag = ["templates/*"]