From ea2390d3a7cf387495da100386d4ee257e33692c Mon Sep 17 00:00:00 2001 From: shBLOCK <3332908658@qq.com> Date: Wed, 6 Sep 2023 20:51:24 +0800 Subject: [PATCH] Debug tests.yml: try to include only pyx for sources --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e3db24..df0a96e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( ext_modules=[ - Extension("gdmath.vector", ["src/gdmath/vector.c"]) + Extension("gdmath.vector", ["src/gdmath/vector.pyx"]) ], packages=find_packages( where="src",