1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

added tests/conftest.py to dist

closes: #103
This commit is contained in:
Bastian Venthur
2023-06-16 10:19:45 +02:00
parent 19b41f73f8
commit f6c5eaf375
2 changed files with 6 additions and 3 deletions

View File

@@ -47,9 +47,7 @@ version = {attr = "blag.__VERSION__" }
[tool.setuptools]
packages = [
"blag",
"blag.templates",
"blag.static",
"blag.content",
"tests",
]
[tool.setuptools.package-data]