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

Fix entry-points format to allow values without the :obj.attr part #8

Merged
merged 2 commits into from
Feb 22, 2022

Conversation

abravalheri
Copy link
Owner

According to the standard entry-points can be either in the form importable.module, or importable.module:object.attr, but currently validate-pyproject requires the second part.

According to the living standard, entry-points can be in either form
importable.module or importable.module:object.attr, but currently the
validation seems to always require `object.attr`.
@abravalheri abravalheri merged commit c0dd6a2 into main Feb 22, 2022
@abravalheri abravalheri deleted the fix-entry-point branch February 22, 2022 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant