There was an error while loading. Please reload this page.
1 parent e86e114 commit 1a9f37dCopy full SHA for 1a9f37d
1 file changed
setup.py
@@ -2,8 +2,7 @@
2
from Cython.Build import cythonize
3
from setuptools import setup
4
5
-if __name__ == "__main__":
6
- setup(
7
- ext_modules=cythonize("src/spmat/linalg.pyx"),
8
- include_dirs=[numpy.get_include()],
9
- )
+setup(
+ ext_modules=cythonize("src/spmat/linalg.pyx"),
+ include_dirs=[numpy.get_include()],
+)
0 commit comments