Include license file in the generated wheel package

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
This commit is contained in:
Jon Dufresne 2017-10-28 16:22:25 -07:00
parent f8825153da
commit afbea4a940
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[tool:pytest]
xfail_strict = True