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-11-26 10:42:30 -08:00
parent 858bc3d42a
commit 5ddac80cec

View File

@ -27,3 +27,6 @@ static_libpq=0
# Add here eventual extra libraries required to link the module.
libraries=
[metadata]
license_file = LICENSE