-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
"Name" metadata keyword not recognized #2592
Comments
@jaraco If we'd like |
The metadata spec isn't relevant here. That spec also uses @melissa-kun-li Thanks for helping here. I advise to restore compatibility, but deprecate the use of keys that are not lowercase (same as how dashes are deprecated). |
Warn for uppercase key usage in metadata in setup.cfg, provides compatibility. Fixes #2592
Starting with v53.1.0 setuptools seems to no longer recognizes the "Name" key in the [metadata] section of setup.cfg. A "name" key is recognized.
The metadata spec uses "Name". https://packaging.python.org/specifications/core-metadata/.
Possible related to issue #1937 that was merged in at that release.
The text was updated successfully, but these errors were encountered: