projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f588b
)
install cython.py for pure python mode use
author
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 15 Jan 2009 07:35:55 +0000
(23:35 -0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 15 Jan 2009 07:35:55 +0000
(23:35 -0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 11d2a5d58c52181694892ce81a2226861158cbe4..0cdc0a3f2a84388569affd2855d9bd2686a6aaef 100644
(file)
--- 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
)