From fef8a89ba29213cf464190f216a6734a711ea3d3 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 11 Mar 2020 08:59:32 -0400 Subject: [PATCH] Ensure bdist_wheel no longer creates a universal wheel MkDocs no longer suports Python 2. Therefore, a universal wheel would be innapropriate as it results in `py2.py3`. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ed8a958e..0c9e0fc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,2 @@ -[bdist_wheel] -universal = 1 - [metadata] license_file = LICENSE