From c3a8b77134977ce9c429fbee091989f7464a423b Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 2 Sep 2024 16:20:36 +0200 Subject: [PATCH] add init template files to build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6939ac5c09..a5325ba7ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows",] keywords = [ "etl" ] -include = [ "LICENSE.txt", "README.md"] +include = [ "LICENSE.txt", "README.md", "dlt/sources/init/README.md", "dlt/sources/init/.gitignore", "dlt/sources/init/.dlt/config.toml" ] packages = [ { include = "dlt" }, ]