mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
12 lines
374 B
TOML
12 lines
374 B
TOML
version = "73.0.*"
|
|
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"]
|