Yuliang's picture
Support TEXTure
487ee6d
raw
history blame contribute delete
168 Bytes
import numpy
from setuptools import setup
from Cython.Build import cythonize
setup(name='libmesh', ext_modules=cythonize("*.pyx"), include_dirs=[numpy.get_include()])