summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-15 19:23:59 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-10-15 19:23:59 -0700
commitb7b19ede1354f962e360c24a7a5e267da889329b (patch)
treec7a5fea28361a22f90be4213c53ca024f451f3a9
parent6ef8ad55bdb681d27378cf14e037e572ee4866fb (diff)
downloadunidecode-b7b19ede1354f962e360c24a7a5e267da889329b.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
-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