source: codes/mesh_generation/scvt/setup.py @ 974

Last change on this file since 974 was 974, checked in by dubos, 5 years ago

mesh_generation : creation

File size: 196 bytes
Line 
1from distutils.core import setup
2from Cython.Build import cythonize
3
4setup(name='Spherical geometry primitives, compiled for speed',
5      ext_modules=cythonize("sphere_fast.pyx", annotate=True))
Note: See TracBrowser for help on using the repository browser.