projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3e42d3
)
[Cython] PATCH: fix pyximport installation as a package
author
"Lisandro Dalcin"
<dalcinl@gmail.com>
Fri, 3 Oct 2008 08:35:11 +0000
(
01:35
-0700)
committer
"Lisandro Dalcin"
<dalcinl@gmail.com>
Fri, 3 Oct 2008 08:35:11 +0000
(
01:35
-0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index b11bc4720da244c08eb038a513a0f1bf3abba194..d011f8aadac2a1719cf22c84ed63404d7bca7114 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-100,7
+100,9
@@
setup(
],
# pyximport
- py_modules = ["pyximport/pyximport", "pyximport/pyxbuild"],
+ py_modules = ["pyximport/__init__",
+ "pyximport/pyximport",
+ "pyximport/pyxbuild"],
**setup_args
)