From 5056c65d1926d28b40e7ec8c5efe8fb812fd9591 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Fri, 5 Jan 2024 16:29:23 -0500 Subject: [PATCH] Rename cluster.pyx back to cluster.py --- py/hexagram/{cluster.pyx => cluster.py} | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename py/hexagram/{cluster.pyx => cluster.py} (100%) diff --git a/py/hexagram/cluster.pyx b/py/hexagram/cluster.py similarity index 100% rename from py/hexagram/cluster.pyx rename to py/hexagram/cluster.py diff --git a/setup.py b/setup.py index 47d3e14..864b268 100644 --- a/setup.py +++ b/setup.py @@ -11,5 +11,5 @@ setup( packages = [ 'hexagram' ], - ext_modules = cythonize("py/hexagram/*.pyx"), + #ext_modules = cythonize("py/hexagram/*.pyx"), )