changeset 52935:43c24728ae5e

makefile: use pybuild for the `wheel` make target This is in line with the current project goal. (do we need a `wheel` target at all?)
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 17 Feb 2025 12:35:15 +0100
parents 9072873253b7
children 85703516efdd
files Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Feb 17 11:45:47 2025 +0100
+++ b/Makefile	Mon Feb 17 12:35:15 2025 +0100
@@ -75,8 +75,7 @@
 
 .PHONY: wheel
 wheel:
-	$(PYTHON) setup.py $(PURE) bdist_wheel
-
+	$(PYTHON) -m build --config-setting=--global-option="$(PURE)"
 .PHONY: doc
 doc:
 	$(MAKE) -C doc