mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
@@ -48,10 +48,16 @@ version = {attr = "blag.__VERSION__" }
|
||||
packages = [
|
||||
"blag",
|
||||
"blag.templates",
|
||||
"blag.static",
|
||||
"blag.content",
|
||||
]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
blag = ["templates/*"]
|
||||
blag = [
|
||||
"templates/*",
|
||||
"static/*",
|
||||
"content/*",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = """
|
||||
|
||||
Reference in New Issue
Block a user