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

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