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

Improved the default theme.

Closes: #48
This commit is contained in:
Bastian Venthur
2023-06-13 16:29:44 +02:00
parent e1b1ebde32
commit fe268516e3
18 changed files with 515 additions and 43 deletions

View File

@@ -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 = """