From 8ac54ab7e2a7e33a70590e78802220c2b80f4d46 Mon Sep 17 00:00:00 2001 From: Iain Russell Date: Fri, 19 Apr 2024 15:38:31 +0100 Subject: [PATCH] ECC-1793: develop binary wheel - black formatting --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a928a90..dc9e60b 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ def parse_version_from(path): raise ValueError("couldn't parse version") return version_match.group(1) + # for the binary wheel libdir = os.path.realpath("install/lib") incdir = os.path.realpath("install/include")