Skip to content

Commit c1b416f

Browse files
authored
Fix deprecation warning from setuptools (#382)
1 parent 02c3bca commit c1b416f

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
@@ -6,7 +6,7 @@ max-line-length = 100
66
ignore = F821
77

88
[metadata]
9-
license_file = LICENSE
9+
license_files = LICENSE
1010

1111
[tool:pytest]
1212
minversion=2.2.0

0 commit comments

Comments
 (0)