From 339bf0c39a96d5707d64ca98e8400308a0fb1b25 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 17 May 2014 14:05:27 -0700 Subject: [PATCH] Mark cinderclient as being a universal wheel Change-Id: Ifcf9abc5d9e0cdb46596f5a05103c46235eb379a --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index b671d1953..e5b46ee79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,3 +40,6 @@ build-dir = doc/build [upload_sphinx] upload-dir = doc/build/html + +[wheel] +universal = 1