From 050470c09872a9f74effc706a89dde303a3a2a09 Mon Sep 17 00:00:00 2001 From: Todd Date: Sat, 9 Jun 2018 23:20:57 -0400 Subject: [PATCH] Include LICENSE file in wheels The license requires that all copies of the software include the license. This makes sure the license is included in the wheels. See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file) for more information. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3c6e79c..5c6311d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] universal=1 + +[metadata] +license_file = LICENSE