Closed mgorny closed 2 years ago
Is there a reason to change this? Is license_file
ever going to get dropped?
Is there a reason to change this?
Right now it triggers verbose deprecation warnings that trigger our QA pipelines.
Is
license_file
ever going to get dropped?
Hard to tell. I've asked setuptools a more general question about timeline for dropping deprecated stuff, and got no answer. However, they definitely did remove some deprecated stuff in the past.
verbose deprecation warnings
Fair enough.
Thanks for bearing with me. This is really appreciated.
No problem, thanks for making Lark a tiny bit better.
Replace the deprecated
license_file
key withlicense_files
. The latter has the same semantics and is available since setuptools 42.0.0 (that lark already requires).