File size: 168 Bytes
487ee6d
da48dbe
 
 
fb140f6
1
2
3
4
5
6
import numpy
from setuptools import setup
from Cython.Build import cythonize

setup(name='libmesh', ext_modules=cythonize("*.pyx"), include_dirs=[numpy.get_include()])