Skip to content

Commit 402c54c

Browse files
committed
setup.cfg: Replace deprecated license_file with license_files
Replace the deprecated `license_file` key with `license_files` to fix setuptools deprecation warning: > The license_file parameter is deprecated, use license_files instead.
1 parent d0be3c6 commit 402c54c

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
@@ -8,7 +8,7 @@ author = Holger Krekel, Oliver Bestwalter, Bernát Gábor and others
88
maintainer = Bernát Gábor, Oliver Bestwalter, Anthony Sottile, Jürgen Gmach
99
maintainer_email = gaborjbernat@gmail.com
1010
license = MIT
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
platforms = any
1313
classifiers =
1414
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)