include static assets in build
This commit is contained in:
parent
de4420ac37
commit
06c44e8f7d
2 changed files with 16 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue