Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 975ca9c

Browse files
jdufresnezsol
authored andcommitted
Include license file in the generated wheel package (pytest-dev#484)
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 Helps project comply with its own license: > The above copyright notice and this permission notice shall be > included in all copies or substantial portions of the Software.
1 parent e069017 commit 975ca9c

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
python-tag = py36
3+
4+
[metadata]
5+
license_file = LICENSE

0 commit comments

Comments
 (0)