Skip to content

Commit

Permalink
Include license file in the generated wheel package (html5lib#350)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jdufresne authored and gsnedders committed Oct 16, 2017
1 parent 590d9a5 commit 0cae52b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ exclude = .git,__pycache__,.tox,doc
[flake8]
ignore = N
max-line-length = 139

[metadata]
license_file = LICENSE

0 comments on commit 0cae52b

Please sign in to comment.