From 991795eb8e7f9ad559c160ec9bc0bbfb3245fd30 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 9 May 2019 19:16:47 -0700 Subject: [PATCH] Remove deprecated license_file from setup.cfg Starting with wheel 0.32.0 (2018-09-29), the "license_file" option is deprecated. https://wheel.readthedocs.io/en/stable/news.html The wheel will continue to include LICENSE, it is now included automatically: https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index bcaf82f27..1463864da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,5 @@ [aliases] test=pytest -[metadata] -license_file = LICENSE - [flake8] max-line-length = 88