mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Release: https://pypi.org/pypi/setuptools/75.2.0 Repository: https://github.com/pypa/setuptools Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/setuptools Changelog: https://setuptools.pypa.io/en/stable/history.html Diff: https://github.com/pypa/setuptools/compare/v75.1.1...v75.2.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 2 files included in typeshed's stubs have been modified or renamed: `setuptools/build_meta.py`, `setuptools/dist.py`. - Total lines of Python code added: 103. - Total lines of Python code deleted: 41.
12 lines
374 B
TOML
12 lines
374 B
TOML
version = "75.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.\
|
|
"""
|
|
|
|
[tool.stubtest]
|
|
# darwin is equivalent to linux for OS-specific methods
|
|
platforms = ["linux", "win32"]
|
|
stubtest_requirements = ["tomli"]
|