From a770cde112f07b57413693d0a1f6e03aefee6969 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Tue, 19 Mar 2024 15:58:35 +0100 Subject: [PATCH] REVERT: Debug setuptools version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5b427d..8bde1d0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import setuptools import subprocess from pathlib import Path - +print(setuptools.__version__) class CMakeBuild(setuptools.command.build.build):