From 61d66e4d66fca1d0c9ad4cdecdadb3731eb52ac4 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sat, 24 Sep 2016 13:11:18 +0200 Subject: [PATCH] Ensure the LICENSE file is included in wheel metadata (#98) Signed-off-by: Philippe Ombredanne --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 0dfa294b..dc14c9aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,3 +7,7 @@ testpaths = tests [bdist_wheel] universal = 1 + +[metadata] +# ensure LICENSE is included in wheel metadata +license_file = LICENSE