Commit 7c283459 authored by Robert Bradshaw's avatar Robert Bradshaw

install cython.py for pure python mode use

parent 04f588b2
...@@ -113,7 +113,9 @@ setup( ...@@ -113,7 +113,9 @@ setup(
# pyximport # pyximport
py_modules = ["pyximport/__init__", py_modules = ["pyximport/__init__",
"pyximport/pyximport", "pyximport/pyximport",
"pyximport/pyxbuild"], "pyximport/pyxbuild",
"cython"],
**setup_args **setup_args
) )
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