Skip to content

Commit

Permalink
chore: replace deprecated setuptools entry
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
miketheman committed Jul 6, 2022
1 parent 7ce62f3 commit 9d3183c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,2 +1,2 @@
[metadata]
license_file = LICENSE
license_files = LICENSE

0 comments on commit 9d3183c

Please sign in to comment.