8000 chore: replace deprecated setuptools entry · pypa/readme_renderer@9d3183c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d3183c

Browse files
committed
chore: replace deprecated setuptools entry
As of setuptools v56.0.0, the `license_file` entry is deprecated, raising `SetuptoolsDeprecationWarning` during the `packaging` step. Refs: pypa/setuptools#2620 Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent 7ce62f3 commit 9d3183c

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,2 +1,2 @@
11
[metadata]
2-
license_file = LICENSE
2+
license_files = LICENSE

0 commit comments

Comments
 (0)
0