From e6e5d2eb2d4757e52a5c6345c91cdbf40b6846a5 Mon Sep 17 00:00:00 2001 From: kaliko Date: Wed, 13 May 2020 10:59:48 +0200 Subject: [PATCH] distribution: Build python3 only wheel --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 77de5d5..20e4f73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ bts = python-debianbts>=3.0.1 formats = xztar, gztar [bdist_wheel] -universal=1 +universal = 0 [build_sphinx] source-dir = doc/source -- 2.39.2