Add schema.sql to the pyproject data files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user