Skip to content

Commit

Permalink
properly integrate pyximport into setup.py
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : d0e52d3a06b2734287cc30fe9ef9ebd0a641b05a
  • Loading branch information
scoder committed Feb 27, 2013
1 parent 005fc27 commit 239e87e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Expand Up @@ -272,6 +272,7 @@ def build_extension(self, ext, *args, **kargs):
'Cython.Compiler.Tests',
'Cython.Utility',
'Cython.Tempita',
'pyximport',
]

if include_debugger:
Expand Down Expand Up @@ -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
)

0 comments on commit 239e87e

Please sign in to comment.