Skip to content

Commit

Permalink
Import from setuptools.command.bdist_wheel which now contains functio…
Browse files Browse the repository at this point in the history
…ns from wheel.bdist_wheel
  • Loading branch information
nightlark committed Feb 3, 2025
1 parent 3e2d8cb commit 3cd1541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from distutils.dir_util import mkpath
from setuptools import setup, find_packages, Extension
from setuptools.command.build_ext import build_ext
from wheel.bdist_wheel import get_platform, bdist_wheel
from setuptools.command.bdist_wheel import get_platform, bdist_wheel


def platform_ext(plat):
Expand Down

0 comments on commit 3cd1541

Please sign in to comment.