Skip to content

Commit c5e91ca

Browse files
In setup.cfg, avoid deprecated license_file (#1207)
Use license_files instead. https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
1 parent c1d6222 commit c5e91ca

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
@@ -2,4 +2,4 @@
22
universal = False
33

44
[metadata]
5-
license_file = LICENSE
5+
license_files = LICENSE

0 commit comments

Comments
 (0)