We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0042bcc commit dde3f83Copy full SHA for dde3f83
stubs/setuptools/METADATA.toml
@@ -1,4 +1,4 @@
1
-version = "80.0.*"
+version = "80.1.*"
2
upstream_repository = "https://github.com/pypa/setuptools"
3
extra_description = """\
4
Given that `pkg_resources` is typed since `setuptools >= 71.1`, \
stubs/setuptools/setuptools/command/install.pyi
@@ -1,6 +1,6 @@
from _typeshed import Incomplete
from collections.abc import Callable
-from typing import Any, ClassVar, NoReturn
+from typing import Any, ClassVar
5
from setuptools.dist import Distribution
6
@@ -19,5 +19,3 @@ class install(orig.install):
19
path_file: Incomplete
20
extra_dirs: str
21
def handle_extra_path(self): ...
22
- def run(self): ...
23
- def do_egg_install(self) -> NoReturn: ...
0 commit comments