From aa82db9fe286ef709645151f11df8ec451a21c18 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 10 Jan 2017 19:25:57 +0100 Subject: [PATCH] Ensure the LICENSE is included in built wheels Otherwise it is not included by default as wheels do not honor the MANIFEST.in Signed-off-by: Philippe Ombredanne --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 1ab4fd059..f3299af5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,5 +9,8 @@ upload-dir = doc/en/build/html [bdist_wheel] universal = 1 +[metadata] +license_file = LICENSE + [devpi:upload] formats = sdist.tgz,bdist_wheel