From 78e031e885377e216a41b84ccacb6f78fca5e778 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 9 Mar 2021 10:39:29 -0500 Subject: [PATCH] chore: drop universal wheel Pre-commit does not support Python 2 anymore, so it does not need universal wheels activated, which produce `py3.py2` in the wheel name instead of `py3`. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5a4ee6e4..7c6ff0a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,9 +50,6 @@ exclude = tests* testing* -[bdist_wheel] -universal = True - [coverage:run] plugins = covdefaults omit = pre_commit/resources/*