From 7ffc0fa33facc043eeced66b46e1cffcef2dcc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pasternak?= Date: Wed, 15 Jun 2022 14:43:32 +0200 Subject: [PATCH] Don't build unversal wheel --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7b62a50..b731fa8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,5 +3,3 @@ source-dir = docs/ build-dir = docs/_build all_files = 1 -[bdist_wheel] -universal=1