From b904a4e7709dec3618ff6077979cfe62c5c2c5e8 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sun, 13 May 2018 17:57:52 +0200 Subject: [PATCH] Remove universal wheel setting (#14445) * Home assistant should not build a universal wheel since we don't support Python 2. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d6dfdfe0ea5..8b17da455dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[wheel] -universal = 1 - [tool:pytest] testpaths = tests norecursedirs = .git testing_config