Add LICENSE.md to the built wheel

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-15 13:04:51 -07:00 committed by GitHub
parent 91aad9299b
commit e1eb420507

View File

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