We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732c8ff commit 771321fCopy full SHA for 771321f
pyproject.toml
@@ -44,7 +44,6 @@ lint = [
44
requires = [
45
"setuptools>=77.0.3",
46
"setuptools-scm",
47
- "wheel",
48
]
49
build-backend = "setuptools.build_meta"
50
setup.py
@@ -3,8 +3,8 @@
3
import sys
4
5
from setuptools import Extension, setup
6
+from setuptools.command.bdist_wheel import bdist_wheel
7
from setuptools.command.build_ext import build_ext
-from wheel.bdist_wheel import bdist_wheel
8
9
# These were only added to setuptools in 59.0.1.
10
try:
0 commit comments