From 66bf19099b6bf30b9e81dad8028c5d754e80a5a6 Mon Sep 17 00:00:00 2001 From: Lars Asplund Date: Mon, 13 Jan 2025 19:40:00 +0100 Subject: [PATCH] Removed legacy "requires" from setup.py. Causes the upload to pypi to fail. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 454d2a3cc..9862b9aa2 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,6 @@ def find_all_files(directory, endings=None): ], python_requires=">=3.8", install_requires=["colorama"], - requires=["colorama"], license="Mozilla Public License 2.0 (MPL 2.0)", author="Lars Asplund", author_email="lars.anders.asplund@gmail.com",