da48dbe fb140f6
1
2
3
4
5
from setuptools import setup from Cython.Build import cythonize setup(name='libvoxelize', ext_modules=cythonize("*.pyx"))