From 0919bec120c49dd86627e97b19af33d4ab081ef8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Sep 2014 11:07:17 +0200 Subject: [PATCH] Mark saharaclient as being a universal wheel Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: Ie177af75df2a3adfc0bdccd972e698d6318e29cb --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index eeea8527..caf595d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,3 +36,6 @@ console_scripts = all_files = 1 build-dir = doc/build source-dir = doc/source + +[wheel] +universal = 1