From c3e1d7d94390fa0afb5ca844146699d283186b77 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 18 Jan 2026 11:34:13 +0000 Subject: [PATCH] Remove run-time dependencies on setuptools and wheel These are needed to run `setup.py` itself, but they aren't needed at run-time so they shouldn't be in `install_requires`. --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 22d6c7e..f13ff9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,8 +15,6 @@ classifiers = [options] packages = find: install_requires = - setuptools - wheel sphinx docutils