-
Notifications
You must be signed in to change notification settings - Fork 85
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 setup.cfg description_file #165
base: master
Are you sure you want to change the base?
Conversation
@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. |
Specifically, it's setuptools v78.0.0, which says in its changelog:
|
I have same issue, would be grateful if this issue is fixed. |
We are trying to get authorize working on our end, we would appreciate having this merged. |
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 |
setup.cfg
is 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