From 0f440508ced7adef80bc2ad6ab7aa8f10d96a870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 23 Dec 2013 16:30:09 +0100 Subject: [PATCH] Added configuration for the wheel package format --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index fbac9342..7d5a6f76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,3 +3,5 @@ source-dir = docs/ build-dir = docs/_build all_files = 1 +[wheel] +universal = 1