From 6a4b44b5c324d8181c7c2920683bfdc8a861dc57 Mon Sep 17 00:00:00 2001 From: David Smith Date: Sun, 29 Nov 2020 08:29:54 +0000 Subject: [PATCH] Removed universal wheel builds No longer required as Python 2 support is deprecated --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6058f77..ca117cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,3 @@ all_files = 1 [tool:pytest] django_find_project = false DJANGO_SETTINGS_MODULE = tests.settings - -[wheel] -universal = 1