From f864426feea176323bb8620f8a31ee585e7ff7a2 Mon Sep 17 00:00:00 2001 From: Audrius Mecionis Date: Wed, 10 Nov 2021 10:06:03 +0100 Subject: [PATCH] setup: remove legacy universal syntax for Python2 addresses reanahub/reana#559 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5149b394..03bb6f71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,8 +12,5 @@ source-dir = docs/ build-dir = docs/_build all_files = 1 -[bdist_wheel] -universal = 1 - [pydocstyle] add_ignore = D401, D202