Skip to content
Snippets Groups Projects
Commit 6e3d15e3 authored by Jon Dufresne's avatar Jon Dufresne
Browse files

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

The wheel now complies with the license:

> The above copyright notice and this permission notice shall be
> included in all copies or substantial portions of the Software.
parent 9967fb7f
No related branches found
No related tags found
No related merge requests found
[bdist_wheel]
universal = 1
 
[metadata]
license_file = LICENSE
[aliases]
test = pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment