Commit a91171e1 authored by Robert Bradshaw's avatar Robert Bradshaw

Better setup.py pyximport installation

parent 5225e53d
version = '0.9.8' version = '0.9.8.1rc1'
...@@ -98,11 +98,9 @@ setup( ...@@ -98,11 +98,9 @@ setup(
'Cython.Tests', 'Cython.Tests',
'Cython.Compiler.Tests', 'Cython.Compiler.Tests',
], ],
**setup_args
)
# pyximport
py_modules = ["pyximport/pyximport", "pyximport/pyxbuild"],
# Now install pyximport **setup_args
os.chdir('pyximport') )
os.spawnlp(os.P_WAIT, 'python', 'python', 'Setup.py', *sys.argv[1:])
os.chdir('..')
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