From 35a0bb9e79e5ce0189fff5f61a1ea51151624244 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Fri, 13 Apr 2018 08:56:36 +0200 Subject: [PATCH] Include LICENSE in wheel --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2a9acf13..13b523c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] universal = 1 + +[metadata] +license_file = LICENSE.rst