Skip to content

Commit 9fbf39b

Browse files
Remove wheel
1 parent b4949ce commit 9fbf39b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ requires = [
33
"setuptools>=42",
44
"versioneer",
55
"pybind11~=3.0",
6-
"wheel"
76
]
87
build-backend = "setuptools.build_meta"
98

@@ -26,7 +25,6 @@ dev = [
2625
"types-setuptools",
2726
"versioneer",
2827
"types-versioneer",
29-
"wheel",
3028
"pybind11_stubgen>=2.5.4",
3129
"black>=22.3",
3230
"isort",

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from setuptools import setup, Extension, Command
1010
from setuptools.command.build_ext import build_ext
11-
from wheel.bdist_wheel import bdist_wheel
1211

1312
import versioneer
1413

0 commit comments

Comments
 (0)