We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89c8ec commit ac762d4Copy full SHA for ac762d4
setup.py
@@ -9,7 +9,7 @@
9
import re
10
import shutil
11
from setuptools import find_packages, setup
12
-from wheel.bdist_wheel import bdist_wheel as _bdist_wheel, get_platform, get_abi_tag, tags
+from setuptools.command.bdist_wheel import bdist_wheel as _bdist_wheel, get_platform, get_abi_tag, tags
13
from setuptools.command.install import install as _install
14
15
def get_property(prop, project):
0 commit comments