mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
5 lines
112 B
Python
5 lines
112 B
Python
from setuptools import setup
|
|
from Cython.Build import cythonize
|
|
|
|
setup(ext_modules=cythonize("helloworld.pyx"))
|