-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement PEP 518 support #651
Comments
This seems to be supported in the forthcoming pip 10.0. What is there to support on setuptools side? What is the plan in general - ( |
@jaraco @benoit-pierre Is the plan here to have all PEP 518 go through For the most part, PEP 518 support is difficult or impossible to achieve using the current approach, but I have created #1515 proposing a possible way forward that doesn't completely drop support for custom setup commands. |
I believe the vision (and my perspective) is that setuptools aims to be a target for pep 517/518 and other libraries (pip, pep517) will implement the designs of the PEPs. So my instinct is indeed "won't fix". |
Agreed, let's close and revisit later if things change. |
https://www.python.org/dev/peps/pep-0518/
pyproject.toml
, if it exists, should be used likesetup_requires
.See also pypa/pip#3691
The text was updated successfully, but these errors were encountered: