From 3e8422bf57c88290255bd2366195cded39f4a1f0 Mon Sep 17 00:00:00 2001 From: Patrick Baus Date: Sat, 22 Jun 2024 15:02:51 +0200 Subject: [PATCH] Updated pyproject.toml to fix the changes made in pypa/setuptools#4159 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b81abe..9c1e28b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ doc = [ ] test = [ - "mypy", "pylint", "pytest", "aiofiles", "gpib-ctypes", "prologix-gpib-async" + "mypy", "pylint", "pytest", "aiofiles", "gpib-ctypes", "prologix-gpib-async", "setuptools", ] [tool.pylint.'MESSAGES CONTROL']