From 8cc399d0360349a0283821ce22252f35e5256894 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 10:38:26 +0100 Subject: [PATCH] Fixed pyproject.toml poetry attribute issue --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ce53964..b5d7ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ urls = { github = "https://github.com/Cian-H/read_aconity_layers" } authors = ["Cian Hughes "] license = "MIT" readme = "README.md" +packages = [{ include = "read_aconity_layers" }] [tool.poetry.dependencies] python = "^3.11"