From 7091a58588b204d3d7120eededf6cf7ea1b2da85 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 10 Jan 2017 19:26:01 +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 2a9acf1..ed8a958 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] universal = 1 + +[metadata] +license_file = LICENSE