From 2ea4b00b1055864a1f10dd9c4c8a0b903b25080c Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Tue, 02 May 2017 05:51:44 +0200
Subject: [PATCH] add the license file to the wheel's dist-info

---
 setup.cfg |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 9a241dd..6f1f337 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,6 +13,9 @@
 [bdist_wheel]
 universal = 1
 
+[metadata]
+license_file = LICENSE.txt
+
 [flake8]
 ignore =
     # E121: continuation line under-indented for hanging indent

--
Gitblit v1.9.3