From 3c5c342d05acadcc7c00dda58c57e50fe378c736 Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Tue, 21 Nov 2023 10:04:59 +0100 Subject: [PATCH] Add setuptools to setup_requires and as hard dependency --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2c55c04b..17558203 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ pytest-runner sphinx twine wheel +setuptools \ No newline at end of file diff --git a/setup.py b/setup.py index 9a83842e..91068e02 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ # Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in # Python 2.7 'pytest-runner == 5.2.0', + 'setuptools' ] # WARNING: This imposes limitations on test/requirements.txt such that the