We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad06e2 commit 8b6c712Copy full SHA for 8b6c712
imgui/pyproject.toml
@@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "imgui"
7
version = "1.92.7"
8
-description = "Dear ImGui + ImPlot + rlImGui + GLFW 3.4 (static)"
+description = "Dear ImGui + ImPlot + GLFW 3.4 (static)"
9
requires-python = ">=3.8"
10
11
-[tool.setuptools.packages.find]
12
-include = ["imgui*"]
+[tool.setuptools]
+packages = ["imgui"]
13
14
[tool.setuptools.package-data]
15
imgui = ["install/**/*"]
0 commit comments