add sqlite database
This commit is contained in:
parent
06066c2394
commit
b9e288a22d
5 changed files with 440 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ include-package-data = true
|
|||
where = ["."]
|
||||
include = ["repub*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
repub = ["sql/*.sql"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue