From f0ffd1616cd99c4ad99a986cd7e4a75dec2fcf6d Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 27 Jan 2021 20:19:56 +0000 Subject: [PATCH] Declare universal wheel support This mean the package is single source compatible with Python 2.x and 3.x. There is no need to build separate wheels. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index bf012c6b..08919787 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ +[bdist_wheel] +universal=1 + [coverage:run] branch = true source =