-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fixes inconsistencies in pyproject.toml documentation. #197
Conversation
Specifying Valid options are:
or
|
True, somehow I missed this. Thanks for taking the time and reporting this! I'll update the MR, even though there does not seem to be much interest in merging this. |
@di sorry for pinging, but is there any interest in merging this from pypa's side? |
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.
Thanks!
(Looks like we have some unrelated test failures here that need to be resolved first) |
add the changes authored by thomasbbrunner in pypa#197
* Update pyproject.toml - extend descriptions of build-system table - add useful links - edit other comments * Update pyproject.toml - be more clear that the values in [build-system] may be generated by the command line interface of the build backend, so the [build-system] table is not required - reorganize comments to better correspond to their sections * add changes from #197 add the changes authored by thomasbbrunner in #197 * implement changes from code review - separate links to guide and specification - remove text that can already be found by following the provided links - more accurate comment about the `build-backend` key * minor: ":" * better comment about extras Co-authored-by: chrysle <[email protected]> * remove # Optional coments, because instead of them we'll mark the REQUIRED fields --------- Co-authored-by: chrysle <[email protected]> Co-authored-by: Dustin Ingram <[email protected]>
Addresses inconsistencies of the documentation of fields in the pyproject.toml file.
Related to #196.