From 7041ea5e926499fc2a666ef1bd49bbdb3cb0118e Mon Sep 17 00:00:00 2001 From: T0RNATO Date: Wed, 16 Aug 2023 12:41:16 +1000 Subject: [PATCH] Fix syntax --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6346fa6..3e25316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,6 @@ authors = [ ] documentation = "https://t0rnato.github.io/scute" repository = "https://github.com/T0RNATO/scute" - -[tool.poetry.packages] -include = "scute" \ No newline at end of file +packages = [ + {include = "scute"} +] \ No newline at end of file