From 7c28345952e3f5bd6d563dae5772125ef8a26d7c Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 14 Jan 2009 23:35:55 -0800 Subject: [PATCH] install cython.py for pure python mode use --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11d2a5d5..0cdc0a3f 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,9 @@ setup( # pyximport py_modules = ["pyximport/__init__", "pyximport/pyximport", - "pyximport/pyxbuild"], + "pyximport/pyxbuild", + + "cython"], **setup_args ) -- 2.26.2