from distutils.core import setup from Cython.Build import cythonize setup(name='Spherical geometry primitives, compiled for speed', ext_modules=cythonize("sphere_fast.pyx", annotate=True))