Include license file in the generated wheel packages (#807)

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
This commit is contained in:
Jon Dufresne 2017-10-15 23:10:27 -07:00 committed by Omer Katz
parent d782a0f7cd
commit de87d2f1fa
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ requires = amqp >= 2.
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE