Remove the setuptools dependency.

It's only needed for stubs, which aren't in `setuptools` anyway.
This commit is contained in:
kat
2026-08-08 18:34:21 +10:00
parent 8d0355a493
commit a831ba7145
-1
View File
@@ -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"