OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
setup.py
Go to the documentation of this file.
1 from distutils.core import setup
2 from Cython.Build import cythonize
3 setup(ext_modules = cythonize("*.pyx", annotate=True))
Definition: setup.py:1