From 6c2a0c04928f8a37e40da5fbdb4b61c5efa12386 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Sun, 11 Jun 2017 22:00:03 +0200
Subject: [PATCH] add license file into wheel

---
 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