From 20b7a911ceb254e0dae3f4ac88dcf52bae7232d9 Mon Sep 17 00:00:00 2001 From: Alexandre Muller Date: Tue, 9 Jan 2024 11:43:16 +0100 Subject: [PATCH] setup: remove python2 build compatibility --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index cbc7681..1324768 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,8 +40,5 @@ exclude = [build-system] requires = ["setuptools"] -[bdist_wheel] -universal = 1 - [zest.releaser] create-wheel = yes