Commit a7b92caa authored by Lisandro Dalcin's avatar Lisandro Dalcin

[Cython] PATCH: fix pyximport installation as a package

parent d3e42d3a
......@@ -100,7 +100,9 @@ setup(
],
# pyximport
py_modules = ["pyximport/pyximport", "pyximport/pyxbuild"],
py_modules = ["pyximport/__init__",
"pyximport/pyximport",
"pyximport/pyxbuild"],
**setup_args
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment