Add LICENSE.md to the built wheel (#4270)

The wheel released on Pypi does not include the license file .
The way to do this is by updating the setup.cfg accordingly
This commit is contained in:
Philippe Ombredanne 2016-07-18 17:08:44 +02:00 committed by Tom Christie
parent d80b0eaead
commit e476c222f9

View File

@ -1,2 +1,5 @@
[wheel]
universal = 1
[metadata]
license_file = LICENSE.md