Commit ca9d086a authored by Jon Dufresne's avatar Jon Dufresne

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
parent 2958de38
...@@ -22,5 +22,7 @@ formats = zip ...@@ -22,5 +22,7 @@ formats = zip
[bdist_wheel] [bdist_wheel]
universal = 1 universal = 1
[bumpversion:file:setup.py] [metadata]
license_file = LICENSE
[bumpversion:file:setup.py]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment