Skip to content

Commit ac762d4

Browse files
authored
bdist_wheel has moved into setuptools
1 parent d89c8ec commit ac762d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import re
1010
import shutil
1111
from setuptools import find_packages, setup
12-
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel, get_platform, get_abi_tag, tags
12+
from setuptools.command.bdist_wheel import bdist_wheel as _bdist_wheel, get_platform, get_abi_tag, tags
1313
from setuptools.command.install import install as _install
1414

1515
def get_property(prop, project):

0 commit comments

Comments
 (0)