1
0
Fork 0
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:
Yaakov Selkowitz 2025-07-25 16:49:12 -04:00 committed by The Tumultuous Unicorn Of Darkness
commit ba398f85a3

View file

@ -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]