From a1d7e9a9a50b50b44bec420108899c5cf2698274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Mon, 22 Feb 2016 13:12:08 +1100 Subject: [PATCH] Anchor is source-only, so build common py2/py3 wheel Partial-Bug: #1548610 Change-Id: Ic5c89f79e5d7bd0c758593ffb074f5e6d7efc71d --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index cfb80df..9fd29ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,3 +59,6 @@ packages = scripts = bin/anchor_production bin/anchor_debug + +[bdist_wheel] +universal=1