From a831ba71451830062abde65e2e6be77e564ddda1 Mon Sep 17 00:00:00 2001 From: kat <00-kat@proton.me> Date: Sat, 8 Aug 2026 15:59:32 +1000 Subject: [PATCH] Remove the `setuptools` dependency. It's only needed for stubs, which aren't in `setuptools` anyway. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d18b9f1..fcc0cad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ classifiers = [ license-files = ["LICENSE-CC0", "LICENSE-APACHE"] readme = "README.md" requires-python = ">=3.11" -dependencies = ["setuptools>=45"] [[project.authors]] name = "kat"