Commit 48627a02 authored by Robert Bradshaw's avatar Robert Bradshaw

Always use enclosing cython for Demos.

parent 63991515
# Run as:
# python setup.py build_ext --inplace
import sys
sys.path.insert(0, "..")
from distutils.core import setup
from distutils.extension import Extension
from Cython.Build import cythonize
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment