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