From 9142d841128d79c12e60901afde06536f9170e85 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Fri, 20 May 2016 10:42:22 +0200 Subject: [PATCH] Add LICENSE to the built wheel The wheel released on Pypi does not include the `LICENSE` file. This fixes it. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5e40900..44d9e37 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [wheel] universal = 1 + +[metadata] +license_file = LICENSE