Uh oh!
There was an error while loading. Please reload this page.
Fix setup.cfg description_file - #165
Conversation
landonshumway-ia
commented
Mar 24, 2025
@gnongsie Can you please review this and get it pulled in? This is blocking all of our local development and CICD pipeline deployments. Thank you. |
noelleleigh
commented
Mar 24, 2025
Specifically, it's setuptools v78.0.0, which says in its changelog:
|
nosikolga
commented
Mar 24, 2025
I have same issue, would be grateful if this issue is fixed. |
TakumiHendricksDev
commented
Mar 25, 2025
We are trying to get authorize working on our end, we would appreciate having this merged. |
noelleleigh
commented
Mar 25, 2025
Yesterday setuptools v78.0.2 was released which reverted the compatibility change from v78.0.0:
|
Interesting development from the The right way may actually be to |
gnongsie
commented
Apr 28, 2025
Closing this pull request as the correct changes have been absorbed as part of #168 |
setup.cfgis using a long-deprecated field name, which now does not build with the latest version ofsetuptools. This PR updates the field name to its currently-supported equivalent:Closes#166