From 1e14dece47a7cb114fc38dc36d3f7d3e4e0f73f3 Mon Sep 17 00:00:00 2001 From: Marc-Philipp Esser Date: Tue, 3 Oct 2023 20:34:51 +0200 Subject: [PATCH] add custom module to data types --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c62a66f..eb903f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Marc-Philipp Esser "] readme = "README.md" packages = [ {include = "src"}, - {include = "etl", from = "src"} + {include = "etl", from = "src"}, ] [tool.poetry.dependencies]