Rename cluster.pyx back to cluster.py
This commit is contained in:
parent
f1f7e423a2
commit
5056c65d19
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -11,5 +11,5 @@ setup(
|
||||||
packages = [
|
packages = [
|
||||||
'hexagram'
|
'hexagram'
|
||||||
],
|
],
|
||||||
ext_modules = cythonize("py/hexagram/*.pyx"),
|
#ext_modules = cythonize("py/hexagram/*.pyx"),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue