Remove setuptools/pkg_resources (#13369)

This commit is contained in:
Avasam
2025-03-04 12:11:10 +01:00
committed by GitHub
parent e4a8707e9c
commit 641ca188ef
12 changed files with 23 additions and 746 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
version = "~=75.8.2"
upstream_repository = "https://github.com/pypa/setuptools"
extra_description = """\
If using `setuptools >= 71.1` *only* for `pkg_resources`,
you don't need `types-setuptools` since `pkg_resources` is now typed.\
Given that `pkg_resources` is typed since `setuptools >= 71.1`, \
it is no longer included with `types-setuptools`.
"""
requires = ["setuptools"] # For pkg_resources
[tool.stubtest]
# darwin is equivalent to linux for OS-specific methods