From 819d8aeb8a26cb736cb0e8086b39a242bcee652b Mon Sep 17 00:00:00 2001 From: Yichen Wang Date: Thu, 24 Sep 2015 14:22:04 -0700 Subject: [PATCH] Fix the issue of post-release job fails on Jenkins Change-Id: Ifc4fe19710e11f0c591ae9f1eed09ebdd3117fec --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8f6b835..91143e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,5 +55,5 @@ keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = vmtp/locale/vmtp.pot -[bdist_wheel] +[wheel] universal = 1