From 5a88a9b22afe9f6ae2d0aba7a9b055514232da06 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 24 Oct 2014 16:52:43 +0000 Subject: [PATCH] Mark pytest as a universal wheel --HG-- branch : alex_gaynor/mark-pytest-as-a-universal-wheel-1414169551518 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index de4074f4f..c90a3ca02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,6 @@ all_files = 1 [upload_sphinx] upload-dir = doc/en/build/html + +[wheel] +universal = 1