From b16e5df20c2fc81c9617a1a1a6cc16bb4b7a4d43 Mon Sep 17 00:00:00 2001 From: Bobby Tomlinson Date: Wed, 21 Jan 2026 10:55:05 -0500 Subject: [PATCH] Expanding package build to entire project dir --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e68a53f..3d386147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ path='LabGym/__init__.py' [tool.pdm.build] includes = [ - "LabGym/assets/icons/" + "LabGym/" ] [tool.pdm.dev-dependencies]