setuptools&distutils: setup returns a Distribution (#11617)

`setup` returns a `Distribution`
This commit is contained in:
Avasam
2024-03-16 08:06:37 -04:00
committed by GitHub
parent 82d84c758c
commit ff7caa30e2
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ def setup(
password: str = ...,
fullname: str = ...,
**attrs: Any,
) -> None: ...
) -> Distribution: ...
class Command(_Command):
command_consumes_arguments: bool