summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-10-31 17:04:29 -0700
committerGitHub <noreply@github.com>2017-10-31 17:04:29 -0700
commit26e5df0506579c8bacdf275b6907ff52fa502164 (patch)
tree03b8dbec05ea18d545d093a9b271e5bf6bce045e
parent34dc9dd2fe6b47f4542c5a131e0e0cbc1b00ed80 (diff)
downloadkafka-python-add-license-to-wheel.tar.gz
Add license to wheeladd-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