Skip to content

Commit

Permalink
Include license file in the generated wheel package
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 committed Oct 16, 2017
1 parent 8bb8dc5 commit 482c25a
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 @@ -5,6 +5,9 @@ universal = 1
exclude = docs
ignore = E501

[metadata]
license_file = LICENSE.txt

[isort]
default_section = THIRDPARTY
include_trailing_comma = true
Expand Down

0 comments on commit 482c25a

Please sign in to comment.