From 113d296fbfe9af07240efad0da4a5e9c19fc1cf1 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Tue, 28 May 2019 16:11:59 -0400 Subject: [PATCH] packages/ - build universal wheels (Python 2/3 compat) --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 9f71b41c5cb..4eafad8d715 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ +[wheel] +universal = 1 + [flake8] # These are exceptions allowed by Galaxy style guidelines. # E128 continuation line under-indented for visual indent