mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
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/
This commit is contained in:
committed by
Waylan Limberg
parent
592e0852fe
commit
a2d4241658