From 8b31c7b71046155b1bc387910dce91a2934a6d69 Mon Sep 17 00:00:00 2001 From: nikkie Date: Sun, 20 Oct 2024 09:51:48 +0000 Subject: [PATCH] maint: Remove deprecated bdist_wheel.universal --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 659471f2..037777d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,3 @@ -[bdist_wheel] -# the `universal` setting means that the project runs unmodified on both Python 2 and 3, -# and doesn't use any C extensions to Python -universal=1 - [options.extras_require] dev = flake8