projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
219cec9
)
Add build package.
author
Robert Bradshaw
<robertwb@math.washington.edu>
Fri, 5 Nov 2010 16:10:20 +0000
(09:10 -0700)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Fri, 5 Nov 2010 16:10:20 +0000
(09:10 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 58e55c86c470a427b353414126f094a5e512046e..57c08f434cde69b995c5416f72ddf4e0bad12f85 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-241,6
+241,7
@@
setup(
scripts = scripts,
packages=[
'Cython',
+ 'Cython.Build',
'Cython.Compiler',
'Cython.Runtime',
'Cython.Distutils',