From abe760a824825a521eccb1b9ecca4c0b7258fa1e Mon Sep 17 00:00:00 2001 From: Claude Sonnet 4.6 Date: Wed, 27 May 2026 00:00:00 +0000 Subject: pyproject: add build-system stanza for Guix packaging Without a [build-system] table Guix's pyproject-build-system has no backend to invoke. Declare setuptools so the package builds cleanly. --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6a8f9a4..e94e642 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,3 +16,7 @@ markers = [ "gn_auth: Tests exercising the gn-auth service", "auth_flow: Tests requiring valid user credentials (set GN_TEST_EMAIL and GN_TEST_PASSWORD)", ] + +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.backends.legacy:build" -- cgit 1.4.1