diff --git a/setup.py b/setup.py index 3003bb9..ebca36e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from Cython.Build import cythonize from setuptools import setup, Extension -local = True +local = False cython_dir = os.path.join("tangy_src") compiler_flags = []