summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-15 20:17:08 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-10-15 20:17:08 -0700
commitdd78b79cd182394b924e78dded0790f51122a3fe (patch)
tree750118495cb23580e06936c384933ba950e159cf /setup.cfg
parentf0931686c099f1f31828d169b66144091be668db (diff)
downloadisort-dd78b79cd182394b924e78dded0790f51122a3fe.tar.gz
Include license file in the generated wheel package
The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4ec6f561..96518d7c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,3 +10,6 @@ ignore =
# E127: continuation line over-indented for visual indent
# E128: continuation line under-indented for visual indent
E127,E128
+
+[metadata]
+license_file = LICENSE