Skip to content

Commit 1421524

Browse files
jdufresneOmer Katz
authored and
Omer Katz
committed
Include license file in the generated wheel package (oauthlib#494)
The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
1 parent fb7ec20 commit 1421524

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[bdist_wheel]
22
universal = 1
3+
4+
[metadata]
5+
license_file = LICENSE

0 commit comments

Comments
 (0)