From 14215244249f2d8df73ec47dbab5db1efd0fc2f4 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 24 Oct 2017 06:14:47 -0700 Subject: 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 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1