From e476c222f98c4a455bf806fa05c5d70a9e0f37da Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Mon, 18 Jul 2016 17:08:44 +0200 Subject: [PATCH] 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 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5e4090017..fd8b0682b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [wheel] universal = 1 + +[metadata] +license_file = LICENSE.md