From f9c1d1884eb3b5328901453389b2519149935a7c Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 4 May 2019 18:39:09 -0700 Subject: [PATCH] Removed deprecated license-file from setup.cfg. Starting with wheel 0.32.0 (2018-09-29), the "license-file" option is deprecated. LICENSE is now included automatically. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index c68fc0c6ebd..5dad034561d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,6 +14,3 @@ include_trailing_comma = true known_first_party = django line_length = 79 multi_line_output = 5 - -[metadata] -license-file = LICENSE