Spaces:
mucusz
/
Runtime error

File size: 133 Bytes
da48dbe
 
 
 
 
1
2
3
4
5
6
from setuptools import setup
from Cython.Build import cythonize

setup(name = 'libvoxelize',
      ext_modules = cythonize("*.pyx"))