Skip to content
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

PEP 621: Remove mentions of core metadata from Entry points #1989

Merged
merged 2 commits into from
Jul 13, 2021
Merged

PEP 621: Remove mentions of core metadata from Entry points #1989

merged 2 commits into from
Jul 13, 2021

Conversation

domdfcoding
Copy link
Contributor

Under Entry points it says:

The [project.scripts] table corresponds to the console_scripts group in the core metadata.

But the entry points aren't part of the core metadata; they're a separate spec.

I have removed the "in the core metadata" passage, as I can't see a clear way of adding a link to the entry points specification in its place.
There's already a link on line 353, so the user should be able to find the spec.

Copy link
Member

@brettcannon brettcannon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a link to https://packaging.python.org/specifications/entry-points/ to replace the core metadata links? You can add a link at the end of the PEP:

.. _entry points specification: https://packaging.python.org/specifications/entry-points/

@brettcannon
Copy link
Member

@domdfcoding would you happen to still be planning to update this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants