From 8b6c712f608402a5e13f1b9ab2fa7d1c3eab205a Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 21 Mar 2026 10:39:33 -0700 Subject: [PATCH] fix imgui --- imgui/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imgui/pyproject.toml b/imgui/pyproject.toml index ae380eb..e33eaf9 100644 --- a/imgui/pyproject.toml +++ b/imgui/pyproject.toml @@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta" [project] name = "imgui" version = "1.92.7" -description = "Dear ImGui + ImPlot + rlImGui + GLFW 3.4 (static)" +description = "Dear ImGui + ImPlot + GLFW 3.4 (static)" requires-python = ">=3.8" -[tool.setuptools.packages.find] -include = ["imgui*"] +[tool.setuptools] +packages = ["imgui"] [tool.setuptools.package-data] imgui = ["install/**/*"]