From dc7b2d92563341e3fae5792ea466369b7032fd44 Mon Sep 17 00:00:00 2001 From: aeisenbarth <54448967+aeisenbarth@users.noreply.github.com> Date: Thu, 16 May 2024 15:47:24 +0200 Subject: [PATCH] Remove setuptools in install_requires --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 52295ed..fafe802 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,6 @@ project_urls = [options] packages = find: install_requires = - setuptools>=41.0 python_requires = >=3.8 include_package_data = True zip_safe = false