From 31aa9b74d9c769fac27700cd815017ebdc1c5089 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 12 Dec 2019 23:44:58 +0100 Subject: [PATCH] Don't build universal wheels As we only support Python 3. --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index ba79515d..87b6f154 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,10 +64,6 @@ mopidy.ext = spotify = mopidy_spotify:Extension -[bdist_wheel] -universal = 1 - - [flake8] application-import-names = mopidy_spotify, tests max-line-length = 80