rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.61k stars 254 forks source link

MNT: Always compile Cython at build time #149

Open pllim opened 5 years ago

pllim commented 5 years ago

Related issues: #127, #132, #133, #145

Someone with more setuptools-fu than me should double check on this PR.

jhunkeler commented 5 years ago

setup_requires is only useful for python setup.py [cmd]. Consider adding cython as a [build-system] requirement in pyproject.toml (PEP-517) so pip users can build it from source too :grin: