From 5283e86eaecc4990a14c0de8674befeff776bc19 Mon Sep 17 00:00:00 2001 From: p-goulart Date: Fri, 12 Jan 2024 18:56:01 +0100 Subject: [PATCH] Update pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e89a69a..2b08675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ "Pedro Goulart " ] readme = "README.md" -packages = [ {include = "dict_tools"} ] +packages = [ {include = "lib"} ] [tool.poetry.dependencies] python = "^3.10, <3.12"