summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-24 06:14:47 -0700
committerOmer Katz <omer.drow@gmail.com>2017-10-24 16:14:47 +0300
commit14215244249f2d8df73ec47dbab5db1efd0fc2f4 (patch)
tree68ff7d45a9442c250caf17bf8d2ecfcb30af8d54 /setup.cfg
parentfb7ec207b17e0cacf52f9f3c2643c4b9036d827c (diff)
downloadoauthlib-14215244249f2d8df73ec47dbab5db1efd0fc2f4.tar.gz
Include license file in the generated wheel package (#494)
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 2a9acf1..ed8a958 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1
+
+[metadata]
+license_file = LICENSE