Commit 239e87e6 authored by Stefan Behnel's avatar Stefan Behnel

properly integrate pyximport into setup.py

--HG--
extra : rebase_source : d0e52d3a06b2734287cc30fe9ef9ebd0a641b05a
parent 005fc274
......@@ -272,6 +272,7 @@ packages = [
'Cython.Compiler.Tests',
'Cython.Utility',
'Cython.Tempita',
'pyximport',
]
if include_debugger:
......@@ -322,12 +323,7 @@ setup(
scripts = scripts,
packages=packages,
# pyximport
py_modules = ["pyximport/__init__",
"pyximport/pyximport",
"pyximport/pyxbuild",
"cython"],
py_modules = ["cython"],
**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