summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-13 21:21:05 -0700
committerSybren A. Stüvel <sybren@stuvel.eu>2018-06-14 11:50:56 +0200
commitb459ad516c6af1980ceff6762c43699b17341d12 (patch)
tree56c86acdcff9541da322d83989251d288bbeecf6 /setup.cfg
parent7d03fe40f8d136a3a90eeaf883e47a1c6bfc21f1 (diff)
downloadrsa-git-b459ad516c6af1980ceff6762c43699b17341d12.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 Helps the project comply with its own license: > 4. Redistribution. You may reproduce and distribute copies of the Work > or Derivative Works thereof in any medium, with or without > modifications, and in Source or Object form, provided that You meet the > following conditions: > > a. You must give any other recipients of the Work or Derivative Works > a copy of this License; and ...
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 a38d4c4..435dfc1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,3 +3,6 @@ verbosity=2
[bdist_wheel]
universal = 1
+
+[metadata]
+license_file = LICENSE