added data dirs to MANIFEST.in

This commit is contained in:
Bastian Venthur
2023-07-13 10:21:35 +02:00
parent 32fff6dabb
commit 3cfd756ac1
2 changed files with 4 additions and 1 deletions

View File

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