projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c899e
)
misc changes
author
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 17 Jan 2008 17:56:44 +0000
(09:56 -0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 17 Jan 2008 17:56:44 +0000
(09:56 -0800)
Demos/Setup.py
patch
|
blob
|
history
diff --git
a/Demos/Setup.py
b/Demos/Setup.py
index 4124147c217a0d3bacdaa78e15e09c845c394e7b..35c5363bcf15dce8df735071e8033a3bf1350e22 100644
(file)
--- a/
Demos/Setup.py
+++ b/
Demos/Setup.py
@@
-20,7
+20,9
@@
setup(
Extension("errors", ["errors.pyx"]),
Extension("cpdef", ["cpdef.pyx"]),
Extension("range", ["range.pyx"]),
+ Extension("early_temps", ["early_temps.pyx"]),
Extension("ints", ["ints.pyx"]),
+ Extension("clear", ["clear.pyx"]),
Extension("detect_override", ["detect_override.pyx"]),
],
cmdclass = {'build_ext': build_ext},