Skip to content

Commit 606e3e4

Browse files
committed
import bdist_wheel from wheel
1 parent 024bad4 commit 606e3e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from setuptools import setup, find_packages
44
from setuptools.dist import Distribution
5-
from setuptools.command.bdist_wheel import bdist_wheel
5+
from wheel.bdist_wheel import bdist_wheel
66

77
# Custom distribution to force platform-specific wheel
88
class BinaryDistribution(Distribution):

0 commit comments

Comments
 (0)