rkern / line_profiler

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

Add a pyproject.toml file #171

Open pganssle opened 4 years ago

pganssle commented 4 years ago

This makes this library ready to install with PEP 517 / PEP 518.

I am not sure if this solves the problem referred to in the README.md, but I will say that pip install . on a git checkout (or presumably from a source distribution) will fail without this file, whereas pip install . will work just fine with it.

It would also be nice if the next release could have some wheels added for it, particularly for platforms that are unlikely to have a compiler installed already, like Windows.