Skip to content

Commit

Permalink
Fix setuptools deprecation warning for license_file (#432)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgorny committed Nov 1, 2022
1 parent c8d0174 commit 0ca201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -10,7 +10,7 @@ long_description_content_type = text/x-rst
author = Tin Tvrtković <tinchester@gmail.com>
author_email = tinchester@gmail.com
license = Apache 2.0
license_file = LICENSE
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta

Expand Down

0 comments on commit 0ca201b

Please sign in to comment.