From 4c8cadce25417e06687d83e4fb607aa667bbd2f9 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Mon, 8 Aug 2016 19:13:20 +0200 Subject: [PATCH] Include LICENSE for built wheels #1322 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index eba70997..182e0054 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,3 +9,6 @@ norecursedirs = examples lib local src [wheel] universal = 1 + +[metadata] +license_file = LICENSE