mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
1595e43812
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
6 lines
63 B
INI
6 lines
63 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|