Skip to content

Commit 35a6d65

Browse files
authored
Fix setuptools warning about license_files (#8595)
1 parent 20d106d commit 35a6d65

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.md
2+
license_files = LICENSE.md
33

44
[tool:pytest]
55
addopts=--tb=short --strict-markers -ra

0 commit comments

Comments
 (0)