Files
mkdocs/setup.cfg
Jon Dufresne a2d4241658 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

Helps project comply with its own license:

> Redistributions in binary form must reproduce the above copyright
> notice, this list of conditions and the following disclaimer in the
> documentation and/or other materials provided with the distribution.

Additionally, rename [wheel] section to [bdist_wheel] as the former is
legacy. For additional details, see:

3dc261abc9/wheel/bdist_wheel.py (L127-L133)

http://pythonwheels.com/
2018-09-18 09:33:27 -04:00

6 lines
63 B
INI

[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE