mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
list default template as package explicitily
This commit is contained in:
@@ -47,16 +47,12 @@ version = {attr = "blag.__VERSION__" }
|
||||
[tool.setuptools]
|
||||
packages = [
|
||||
"blag",
|
||||
"blag.templates",
|
||||
"blag.static",
|
||||
"blag.content",
|
||||
"tests",
|
||||
]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
blag = [
|
||||
"templates/*",
|
||||
"static/*",
|
||||
"content/*",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = """
|
||||
--cov=blag
|
||||
|
||||
Reference in New Issue
Block a user