We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0630517 commit bbd10a8Copy full SHA for bbd10a8
python/setup.py
@@ -24,7 +24,7 @@
24
from distutils.command.install import install
25
from setuptools.command.develop import develop
26
from setuptools.command.egg_info import egg_info
27
-from wheel.bdist_wheel import bdist_wheel
+from setuptools.command.bdist_wheel import bdist_wheel
28
29
import pybind11
30
0 commit comments