summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-10-31 17:04:29 -0700
committerJeff Widman <jeff@jeffwidman.com>2017-11-03 19:16:40 -0700
commit307f5c4a90eea6714f10ba2de7f84e5e88ae9c2d (patch)
tree03b8dbec05ea18d545d093a9b271e5bf6bce045e
parent34dc9dd2fe6b47f4542c5a131e0e0cbc1b00ed80 (diff)
downloadkafka-python-307f5c4a90eea6714f10ba2de7f84e5e88ae9c2d.tar.gz
Add license to wheel
https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 3c6e79c..5c6311d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[bdist_wheel]
universal=1
+
+[metadata]
+license_file = LICENSE