Add schema.sql to the pyproject data files

This commit is contained in:
2023-10-27 01:07:26 +02:00
parent db034686a1
commit 7a179fce47

View File

@@ -44,7 +44,7 @@ d2test = "d2warehouse.test:main"
version = {attr = "d2warehouse.__version__"}
[tool.setuptools.package-data]
d2warehouse = ["data/*.json"]
d2warehouse = ["data/*.json", "schema.sql"]
[tool.pytest.ini_options]
addopts = "--cov --cov-report html --cov-report term"