mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +01:00
cython: hello world and primes examples
This commit is contained in:
6
userland/libs/cython/setup.py
Normal file
6
userland/libs/cython/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from distutils.core import setup
|
||||
from Cython.Build import cythonize
|
||||
|
||||
setup(
|
||||
ext_modules = cythonize(['*.pyx']),
|
||||
)
|
||||
Reference in New Issue
Block a user