From 448a0f9de3623dbb72337f33d58bc415cad12a9a Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 14 Jul 2018 04:28:19 -0700 Subject: Include license file in the generated wheel package (#141) 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 project comply with its own license: > You must give any other recipients of the Work or Derivative Works a > copy of this License; --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..0c9e0fc --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +license_file = LICENSE -- cgit v1.2.1