-
Notifications
You must be signed in to change notification settings - Fork 274
Implement PEP 794 (Import Name Metadata) #948
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
Conversation
|
In working on pypa/pyproject-metadata#260, I've thought of a few extra checks that might make sense there, or in both places:
|
|
I think this should test the empty |
|
I've got a patch ready that adds testing and fixes both directions of the special case. Would you like me to push it directly or make a PR? |
Wonderful! Just push it to the PR. |
|
Thanks for the improvements, @henryiii ! |
Closes #945