Skip to content

Commit

Permalink
wheel is no longer the canonical location for bdist_wheel for latest …
Browse files Browse the repository at this point in the history
…setuptools
  • Loading branch information
tanghaibao committed Jan 5, 2025
1 parent 2786e6f commit 8e67cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import subprocess

from hatchling.builders.hooks.plugin.interface import BuildHookInterface
from wheel._bdist_wheel import get_abi_tag, get_platform, tags
from setuptools.command.bdist_wheel import get_abi_tag, get_platform, tags


class CustomBuildHook(BuildHookInterface):
Expand Down

0 comments on commit 8e67cb2

Please sign in to comment.