From e1eb42050712e21b6fd29aef39210b3aac06d87f Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Fri, 15 Jul 2016 13:04:51 -0700 Subject: [PATCH] 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 --- 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