aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-15 17:16:38 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-10-15 17:16:38 -0700
commit306a11ec74be0e4ed4eeaba9bda33685752033f3 (patch)
treebb7da3196be3ca34f069f03bc05326318b09f8d5 /setup.cfg
parentf07cfc1def8a91253680399c6edd7f8646ac62f1 (diff)
downloaddateutil-306a11ec74be0e4ed4eeaba9bda33685752033f3.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.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3c6e79c..ed8a958 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[bdist_wheel]
-universal=1
+universal = 1
+
+[metadata]
+license_file = LICENSE