diff --git a/stubs/setuptools/METADATA.toml b/stubs/setuptools/METADATA.toml index 2354f4fa48e2..057367f309c2 100644 --- a/stubs/setuptools/METADATA.toml +++ b/stubs/setuptools/METADATA.toml @@ -1,16 +1,18 @@ -version = "83.0.*" +version = "84.0.*" 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 ci-platforms = ["linux", "win32"] stubtest-dependencies = ["more_itertools", "tomli"] # Stubtest fails on trying to run mypy on the source files rather than our stubs + [mypy-tests.distutils] module-name = "setuptools._distutils.compilers.C.*" values = { ignore_errors = true }