include static assets in build

This commit is contained in:
Abel Luck 2026-03-30 17:12:31 +02:00
parent de4420ac37
commit 06c44e8f7d
2 changed files with 16 additions and 1 deletions

View file

@ -51,7 +51,7 @@ where = ["."]
include = ["repub*"]
[tool.setuptools.package-data]
repub = ["sql/*.sql"]
repub = ["sql/*.sql", "static/*.css", "static/*.js"]
[tool.pytest.ini_options]
testpaths = ["tests"]