Skip to content

Commit 0ca201b

Browse files
authored
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.
1 parent c8d0174 commit 0ca201b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ long_description_content_type = text/x-rst
1010
author = Tin Tvrtković <[email protected]>
1111
author_email = [email protected]
1212
license = Apache 2.0
13-
license_file = LICENSE
13+
license_files = LICENSE
1414
classifiers =
1515
Development Status :: 4 - Beta
1616

0 commit comments

Comments
 (0)