Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
dtdb
cython
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
))
setup
Definition:
setup.py:1