From e54c897e4a8d7b493c1d62f638f6d5a56cb398f7 Mon Sep 17 00:00:00 2001 From: Yichen Wang Date: Wed, 29 Jul 2015 18:04:35 -0700 Subject: [PATCH] Fix the PyPI build issues Change-Id: Iffb783cf779eeb85f1e73d9bd525ed02f382cbe8 --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d026e44..e2dd300 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,8 @@ packages = package_data = vmtp = - tools + tools/nuttcp-7.3.2 + tools/iperf [entry_points] console_scripts = @@ -52,3 +53,6 @@ input_file = vmtp/locale/vmtp.pot keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = vmtp/locale/vmtp.pot + +[bdist_wheel] +universal = 1