DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / docs / examples / userguide / sharing_declarations / setup_py.py
1234
from setuptools import setup from Cython.Build import cythonize setup(ext_modules=cythonize(["landscaping.py", "shrubbing.py"]))