From 8721e28e5e7adac2422c8ea98711dd8db936985b Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Tue, 4 Feb 2020 15:58:18 -0800 Subject: [PATCH] Removing universal flag from binary dist configuration --- setup.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index a038cfa0d..25c649748 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,2 @@ -[bdist_wheel] -universal = 1 - [tool:pytest] -testpaths = tests \ No newline at end of file +testpaths = tests