summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/sharing_declarations/setup_py.py
blob: 45ded0ff491acc1a257de84448f3ec3fb949d8d7 (plain)
1
2
3
4
from setuptools import setup
from Cython.Build import cythonize

setup(ext_modules=cythonize(["landscaping.py", "shrubbing.py"]))