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"]