From 7a179fce472b86cb1cfb493bcd9bd4279f257ba1 Mon Sep 17 00:00:00 2001 From: omicron Date: Fri, 27 Oct 2023 01:07:26 +0200 Subject: [PATCH] Add schema.sql to the pyproject data files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f02014..87a12ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"