3 Commits

Author SHA1 Message Date
Cosimo Lupo
cd6e79b187
pyproject.toml: always install cython as PEP518 build dependency
else pip >= 19 doesn't see cython even if it's installed outside the isolated build environment.

One can use --no-build-isolation to prevent that.

https://github.com/pypa/pip/issues/6144
2019-04-12 14:51:33 +01:00
Cosimo Lupo
ad5471c517
pyproject.toml: cython is only optional build requirement 2018-10-09 11:53:18 +01:00
Cosimo Lupo
4adb33a809
add PEP517/518 pyproject.toml 2018-10-09 11:46:58 +01:00