mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
--------- Co-authored-by: Avasam <samuel.06@hotmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
12 lines
374 B
TOML
12 lines
374 B
TOML
version = "74.1.*"
|
|
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.\
|
|
"""
|
|
|
|
[tool.stubtest]
|
|
# darwin is equivalent to linux for OS-specific methods
|
|
platforms = ["linux", "win32"]
|
|
stubtest_requirements = ["tomli"]
|