Rename cluster.pyx back to cluster.py

This commit is contained in:
XANTRONIX Development 2024-01-05 16:29:23 -05:00
parent f1f7e423a2
commit 5056c65d19
2 changed files with 1 additions and 1 deletions

View file

@ -11,5 +11,5 @@ setup(
packages = [
'hexagram'
],
ext_modules = cythonize("py/hexagram/*.pyx"),
#ext_modules = cythonize("py/hexagram/*.pyx"),
)