Yuliang's picture
remove MeshLab dependency with Open3D
fb140f6
raw
history blame
123 Bytes
from setuptools import setup
from Cython.Build import cythonize
setup(name='libvoxelize', ext_modules=cythonize("*.pyx"))