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
Fix setuptools deprecation warning for license_file (#432)
Use `license_files` instead of `license_file` in `setup.py` to fix
the following warning:
> The license_file parameter is deprecated, use license_files instead.
0 commit comments