mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-23 17:28:38 +08:00
Bump setuptools to 80.1.* (#13915)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "80.0.*"
|
||||
version = "80.1.*"
|
||||
upstream_repository = "https://github.com/pypa/setuptools"
|
||||
extra_description = """\
|
||||
Given that `pkg_resources` is typed since `setuptools >= 71.1`, \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from _typeshed import Incomplete
|
||||
from collections.abc import Callable
|
||||
from typing import Any, ClassVar, NoReturn
|
||||
from typing import Any, ClassVar
|
||||
|
||||
from setuptools.dist import Distribution
|
||||
|
||||
@@ -19,5 +19,3 @@ class install(orig.install):
|
||||
path_file: Incomplete
|
||||
extra_dirs: str
|
||||
def handle_extra_path(self): ...
|
||||
def run(self): ...
|
||||
def do_egg_install(self) -> NoReturn: ...
|
||||
|
||||
Reference in New Issue
Block a user