Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInclude license file in the generated wheel package #350
Conversation
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
|
Looks good to me. |
|
The Python 3.4 tests are failing because of setuptools issues. Everything else here is fine, so I'm merging it. Thank you! |
|
Bah--I can't. @gsnedders Can you merge this please? |
|
Thank you! |
The wheel package format supports including the license file. This is done using the
[metadata]section in thesetup.cfgfile. For additional information on this feature, see:https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file