From 61d7b36e935dd3c7d617ce3222604ff625948dec Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Wed, 13 Oct 2021 21:45:42 +0800 Subject: [PATCH] remove universal bdist Flake8 no longer supports Python 2, so there is no need of building universal bdist. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 763992b..e986b68 100644 --- a/setup.cfg +++ b/setup.cfg @@ -95,9 +95,6 @@ flake8.report = quiet-filename = flake8.formatting.default:FilenameOnly quiet-nothing = flake8.formatting.default:Nothing -[bdist_wheel] -universal = 1 - [mypy] check_untyped_defs = true disallow_any_generics = true