Skip to content

Commit 8b6c712

Browse files
committed
fix imgui
1 parent 6ad06e2 commit 8b6c712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

imgui/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "imgui"
77
version = "1.92.7"
8-
description = "Dear ImGui + ImPlot + rlImGui + GLFW 3.4 (static)"
8+
description = "Dear ImGui + ImPlot + GLFW 3.4 (static)"
99
requires-python = ">=3.8"
1010

11-
[tool.setuptools.packages.find]
12-
include = ["imgui*"]
11+
[tool.setuptools]
12+
packages = ["imgui"]
1313

1414
[tool.setuptools.package-data]
1515
imgui = ["install/**/*"]

0 commit comments

Comments
 (0)