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