From e96cbe416bcacb5d0e17a833a98cc1ae434ae89d Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Mon, 2 Jun 2014 17:48:37 +0100 Subject: [PATCH] Updates setup.cfg --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2d042cdb..4d8cfd4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,3 +17,9 @@ requires = anyjson >= 0.3.3 amqp >= 1.4.5 importlib ordereddict + +[wheel] +universal = 1 + +[egg_info] +tag_date = true