From 89e7dd7c7a477eed42cfce78f643bd95fbdcbfbb Mon Sep 17 00:00:00 2001 From: Wim Muskee Date: Fri, 9 May 2025 10:10:46 +0200 Subject: [PATCH] add setuptools build-system to pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f91d6e3f..d169eb49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,3 +34,7 @@ license-files = ["LICENSE"] [project.urls] Homepage = "https://github.com/brendan-w/python-OBD" Issues = "https://github.com/brendan-w/python-OBD/issues" + +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta"