From a042d57c575092ab131d2609d1d9523991d42e34 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sun, 6 Sep 2020 18:51:04 +0300 Subject: [PATCH] Wheels are no longer universal. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b611a435..72c76b22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,10 +16,10 @@ ignore = W504, N806, N802, N801, N803 ignore = D102,D104,D203,D105,D213 [bdist_rpm] -requires = amqp >= 2. +requires = amqp >= 5. [bdist_wheel] -universal = 1 +universal = 0 [metadata] license_file = LICENSE