pip: Implement PEP 518 support
https://www.python.org/dev/peps/pep-0518/
This is the pyproject.toml
stuff.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 9
- Comments: 18 (18 by maintainers)
https://www.python.org/dev/peps/pep-0518/
This is the pyproject.toml
stuff.
Yea I think it’s important that (A) This is opt-in on the project author’s side (via including a
pyproject.toml
and (B) We isolate by default when opting in.This will push us closer to a future where all projects correctly define their build dependencies 😃