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__" }
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["blag"]
|
||||
packages = [
|
||||
"blag",
|
||||
"blag.templates",
|
||||
]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
blag = ["templates/*"]
|
||||
|
||||
Reference in New Issue
Block a user