You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace deprecated license_file in setup.cfg (#94)
Replace the deprecated option with `license_files`, to fix the following
deprecation warning:
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:515: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
The new option is backwards compatible and is available since setuptools
42.0.0.
0 commit comments