source: codes/icosagcm/devel/Python/src/setup.py @ 615

Last change on this file since 615 was 615, checked in by dubos, 6 years ago

devel/unstructured : import Python layer from HEAT

File size: 170 bytes
Line 
1from distutils.core import setup
2from Cython.Build import cythonize
3setup(  name = "DYNAMICO kernels for unstructured mesh",
4        ext_modules = cythonize(["*.pyx"]) )
Note: See TracBrowser for help on using the repository browser.