summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-15 19:45:19 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-10-21 16:39:48 -0700
commit1595e43812bdfcc4ef16567780e872b9eb79d9d2 (patch)
treeb0c198ac7a5b483ff0a94ae233d09dbbc11597ef /setup.cfg
parent8982efa9e46172b42c8cf6cdcc1a3f4c75e670ce (diff)
downloadpython-requests-1595e43812bdfcc4ef16567780e872b9eb79d9d2.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 2a9acf13..ed8a958e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1
+
+[metadata]
+license_file = LICENSE