summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-21 09:47:07 -0700
committerAarni Koskela <akx@iki.fi>2017-10-22 12:32:58 +0300
commit812c9f0bbf19eb669ecd9195a4a02ba68253a857 (patch)
tree8738901d4944852a3cc08abee4d9df1371f1ca20 /setup.cfg
parentcf03578b117f92f0af23ae07a65c3e2eada5c30c (diff)
downloadbabel-812c9f0bbf19eb669ecd9195a4a02ba68253a857.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 c2d8f87..d5f180a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,3 +7,6 @@ doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE ALLOW_UNICODE IGNORE_EXCEPTI
[bdist_wheel]
universal = 1
+
+[metadata]
+license_file = LICENSE