From d889d865c70569a190b4e5e431eb001a773ba0af Mon Sep 17 00:00:00 2001 From: z3z1ma Date: Tue, 20 Aug 2024 23:52:43 -0700 Subject: [PATCH] fix: correct packaging for poetry --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f997db..775ed31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-cdf" -version = "0.9.3" +version = "0.9.4" description = "A framework to manage data continuously" authors = [ { name = "z3z1ma", email = "butler.alex2010@gmail.com" }, @@ -28,7 +28,9 @@ readme = "README.md" license.file = "LICENSE" [tool.poetry] -packages = [{ include = "src/cdf" }] +packages = [ + { include = "cdf", from = "src" } +] [project.optional-dependencies] dev = [