From 1885ddbfefadad7bd1d40c7ba4d8c04df3257d1a Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Fri, 3 Jan 2025 12:36:19 +0100 Subject: [PATCH] Fixed toml to build --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6b355f..4ac1707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,5 @@ Homepage = "https://gitlab.com/CodeByMrFinchum/OptimaLab35" [project.scripts] OptimaLab35 = "OptimaLab35.main:main" -# used for when installing package localy. -#[tool.hatch.build.targets.wheel] -#packages = ["src/OptimaLab35"] +[tool.hatch.build.targets.wheel] +packages = ["src/OptimaLab35"]