-
Notifications
You must be signed in to change notification settings - Fork 125
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
docs: remove direct references to PEP 517 in docs landing page #562
Conversation
|
||
build will invoke the :pep:`517` hooks to build a distribution package. | ||
build implements handling for pyproject.toml-based builds, invoking | ||
build-backend hooks as appropriate to build a distribution package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to link to definitions of hooks and dist packages on pypa.io?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay to do that in a followup?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets merge this and do it in a followup.
0313ee3
to
a36b424
Compare
This project implements functionality described across multiple PEPs. It is clearer to refer to this as pyproject.toml-based rather than referencing a PEP number.
Co-authored-by: Filipe Laíns <lains@riseup.net> Co-authored-by: layday <layday@protonmail.com>
a36b424
to
9b2a61a
Compare
Toward #529