Skip to content

Commit 771321f

Browse files
committed
Fix wheel deprecation warning
1 parent 732c8ff commit 771321f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ lint = [
4444
requires = [
4545
"setuptools>=77.0.3",
4646
"setuptools-scm",
47-
"wheel",
4847
]
4948
build-backend = "setuptools.build_meta"
5049

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import sys
44

55
from setuptools import Extension, setup
6+
from setuptools.command.bdist_wheel import bdist_wheel
67
from setuptools.command.build_ext import build_ext
7-
from wheel.bdist_wheel import bdist_wheel
88

99
# These were only added to setuptools in 59.0.1.
1010
try:

0 commit comments

Comments
 (0)