Files
docker-stacks/tests/scipy-notebook/data/cython/setup.py
Ayaz Salikhov 0fae846c34 Simplify test
2022-02-21 18:47:42 +00:00

5 lines
112 B
Python

from setuptools import setup
from Cython.Build import cythonize
setup(ext_modules=cythonize("helloworld.pyx"))