Include license file in the generated wheel package (#141)

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:

> You must give any other recipients of the Work or Derivative Works a
> copy of this License;
This commit is contained in:
Jon Dufresne 2018-07-14 04:28:19 -07:00 committed by Paul Kehrer
parent 1d619f5abc
commit 448a0f9de3

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[metadata]
license_file = LICENSE