Files
typeshed/stubs/setuptools/METADATA.toml
T
f60b86e49c [stubsabot] Bump setuptools to 80.8.* (#14110)
Co-authored-by: stubsabot <>
2025-05-20 21:28:00 -04:00

12 lines
361 B
TOML

version = "80.8.*"
upstream_repository = "https://github.com/pypa/setuptools"
extra_description = """\
Given that `pkg_resources` is typed since `setuptools >= 71.1`, \
it is no longer included with `types-setuptools`.
"""
[tool.stubtest]
# darwin is equivalent to linux for OS-specific methods
platforms = ["linux", "win32"]
stubtest_requirements = ["tomli"]