Skip to content

Commit b587878

Browse files
authored
setup.cfg: Use license_files instead of license_file (#1408)
Without this (and recent enough setuptools) I get this warning: /home/nert/dev/python-can/.tox/.package/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
1 parent 99fea55 commit b587878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
license_file = LICENSE.txt
2+
license_files = LICENSE.txt
33

44
[mypy]
55
warn_return_any = True

0 commit comments

Comments
 (0)