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