Skip to content

Commit

Permalink
Debug tests.yml:
Browse files Browse the repository at this point in the history
try to include only pyx for sources
  • Loading branch information
shBLOCK committed Sep 6, 2023
1 parent 3f0f9a1 commit ea2390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ea2390d

Please sign in to comment.