From 5373afc4badcec4d8532fc04069cab48602b2409 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sat, 24 Jul 2021 17:08:22 +0300 Subject: [PATCH] Do not build universal wheels. Only Python 3.x is supported, so universal wheels will only confuse tools that examine the PyPI metadata about supported Python versions. --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 3c6e79c..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[bdist_wheel] -universal=1