Yuliang's picture
init
da48dbe
raw
history blame
133 Bytes
from setuptools import setup
from Cython.Build import cythonize
setup(name = 'libvoxelize',
ext_modules = cythonize("*.pyx"))