Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit a9b3f68

Browse files
webknjazjaraco
authored andcommitted
Use license_files instead of license_file in meta (#35)
Singular `license_file` is deprecated since wheel v0.32.0. Refs: * https://wheel.readthedocs.io/en/stable/news.html * https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
1 parent 1731fbe commit a9b3f68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[metadata]
2-
license_file = LICENSE
2+
license_files =
3+
LICENSE
34
name = skeleton
45
author = Jason R. Coombs
56
author_email = jaraco@jaraco.com

0 commit comments

Comments
 (0)