Remove the setuptools dependency.
It's only needed for stubs, which aren't in `setuptools` anyway.
This commit is contained in:
@@ -22,7 +22,6 @@ classifiers = [
|
|||||||
license-files = ["LICENSE-CC0", "LICENSE-APACHE"]
|
license-files = ["LICENSE-CC0", "LICENSE-APACHE"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = ["setuptools>=45"]
|
|
||||||
|
|
||||||
[[project.authors]]
|
[[project.authors]]
|
||||||
name = "kat"
|
name = "kat"
|
||||||
|
|||||||
Reference in New Issue
Block a user