From 1b83af8141d24238f5fb4be009678995734470a6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 16 May 2014 10:00:23 -0400 Subject: [PATCH] Mark swiftclient as being a universal wheel Change-Id: I9580ab0f5bc53b472d0b633858090f9e0708ed90 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2334b2b8..f962237e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,3 +38,6 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html + +[wheel] +universal = 1