Spaces:
Sleeping
Sleeping
| # setup.py | |
| from setuptools import setup | |
| from Cython.Build import cythonize | |
| setup( | |
| ext_modules = cythonize("fast_bisect.pyx"), | |
| ) | |
| # setup.py | |
| from setuptools import setup | |
| from Cython.Build import cythonize | |
| setup( | |
| ext_modules = cythonize("fast_bisect.pyx"), | |
| ) | |