Issue #15: Cython needs to be in setup_requires
authorGuy Rozendorn <guy@rzn.co.il>
Tue, 2 Apr 2013 13:46:23 +0000 (16:46 +0300)
committerGuy Rozendorn <guy@rzn.co.il>
Tue, 2 Apr 2013 13:46:23 +0000 (16:46 +0300)
commitff812e2075949464359585dadad3868f74d462e7
treef4e505638ffdbedc7559fd5a1bf97614f52c525c
parentc1b7f5ebfbb8d588c95ae5818427177c51cbbb48
Issue #15: Cython needs to be in setup_requires

We need Cython BEFORE installing kmod (done with setup_requires),
and AFTER installation - during runtime (done with install_requires)
setup.py