diff --git a/setup.py b/setup.py index 5bce5d9d286..64a304308da 100644 --- a/setup.py +++ b/setup.py @@ -272,6 +272,7 @@ def build_extension(self, ext, *args, **kargs): 'Cython.Compiler.Tests', 'Cython.Utility', 'Cython.Tempita', + 'pyximport', ] if include_debugger: @@ -322,12 +323,7 @@ def build_extension(self, ext, *args, **kargs): scripts = scripts, packages=packages, - # pyximport - py_modules = ["pyximport/__init__", - "pyximport/pyximport", - "pyximport/pyxbuild", - - "cython"], + py_modules = ["cython"], **setup_args )