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

Change-Id: I972b93e3c048aab31f4e630865fcf3ca1da733a6
This commit is contained in:
Jon Dufresne 2017-11-19 14:15:59 -08:00
parent fcc640f495
commit 0c9bccafd6

View File

@ -5,6 +5,7 @@ author-email = jamielennox@gmail.com
summary = Mock out responses from the requests package
description-file = README.rst
license = Apache-2
license-file = LICENSE
home-page = https://requests-mock.readthedocs.org/
classifier =
Development Status :: 5 - Production/Stable