Closed eruvanos closed 4 weeks ago
I am using uv to manage my dependencies, which by default does not install setuptools.
imgui_bundle requires distutils for the python backends. It would be good to add them as explicit dependencies.
Are you referring to the need for distutils which was removed by this PR? If not, where is setuptools required, there should be no need for it.
You are right, thank you
I am using uv to manage my dependencies, which by default does not install setuptools.
imgui_bundle requires distutils for the python backends. It would be good to add them as explicit dependencies.