From 74062dff31a8948460e0d0a1250568bfc3c27d07 Mon Sep 17 00:00:00 2001 From: Filipe Date: Mon, 9 May 2022 14:55:11 -0300 Subject: [PATCH] We no longer support Python 2k, so no universal wheel (#181) --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a8bca5e..4c7cf12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,9 +50,6 @@ advanced = [sdist] formats = gztar -[bdist_wheel] -universal = 1 - [check-manifest] ignore = *.yaml