add sqlite database

This commit is contained in:
Abel Luck 2026-03-30 13:26:59 +02:00
parent 06066c2394
commit b9e288a22d
5 changed files with 440 additions and 0 deletions

View file

@ -50,6 +50,9 @@ include-package-data = true
where = ["."]
include = ["repub*"]
[tool.setuptools.package-data]
repub = ["sql/*.sql"]
[tool.pytest.ini_options]
testpaths = ["tests"]