Replace the deprecated license_file key with the equivalent license_files to fix the following deprecation warning:
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
warnings.warn(msg, warning_class)
Replace the deprecated
license_file
key with the equivalentlicense_files
to fix the following deprecation warning: