From 2df0d7779c64fab3b1793c39d7bff39eb64f653b Mon Sep 17 00:00:00 2001 From: Todd Date: Fri, 8 Jun 2018 16:57:26 -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 5217e5d5..696302d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,8 @@ [bdist_wheel] universal=1 +[metadata] +license_file = COPYING.md + [tool:pytest] filterwarnings=default