Remove deprecated license classifier#267
Conversation
There was a problem hiding this comment.
LGTM!
But the new setuptools behavior screams bug to me! Zero grace period / deprecation period -- but immediate build error! The PEP says the tools MAY raise an error.. So the better approach would be they first raised a warning, then turned it into an error...
Completely agree with that! Also understood it as optional, but the error is there and this fix isn't really intrusive. 🫤 |
Also, they only raise a warning under the same conditions if the config is in and raise an error if |
Setuptools>=77 now raises
since its deprecation. See PEP 639 and #4833 for details.