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:
@@ -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/*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user