From cc9b294693c06c69fac71e256876818b629a34f2 Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Thu, 13 Oct 2022 20:23:54 +0200 Subject: [PATCH] Fix build with setuptools>=60 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a38157f6..d0de2cc7 100644 --- a/setup.py +++ b/setup.py @@ -59,4 +59,5 @@ python_requires='>=3.7', setup_requires=['hpy>0.0.2'], hpy_ext_modules=ext_modules, + ext_modules=[] )