From cdee7040aba4b2042d797029b399970aa629429f Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 17 Oct 2016 10:31:53 +0100 Subject: [PATCH] [setup.cfg] ensure LICENSE is included in wheels --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 56579d07e..01dff4049 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,6 +14,9 @@ formats = zip [aliases] test = pytest +[metadata] +license_file = LICENSE + [tool:pytest] minversion = 2.8 testpaths =