From b7d046527ed148dc81686ed2de92297ab7ca8cd0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 13 Jul 2014 16:09:24 +0000 Subject: [PATCH] Marked pytest as being a universal wheel. --HG-- branch : alex_gaynor/marked-pytest-as-being-a-universal-wheel-1405267754279 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6ebbc65a5..13c7cc0b0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,3 +6,5 @@ all_files = 1 [upload_sphinx] upload-dir = doc/en/build/html +[wheel] +universal = 1 \ No newline at end of file