mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
python: do not require wheel for building
Setuptools 70.1+ does not need wheel at all; older versions would fetch wheel when building wheels (but not sdists).
This commit is contained in:
parent
090e686e78
commit
ba398f85a3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools", "cffi", "wheel"]
|
requires = ["setuptools", "cffi"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue