mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Widen the cmdclass parameter of setuptools.setup (#7458)
This commit is contained in:
@@ -43,7 +43,7 @@ def setup(
|
||||
license: str = ...,
|
||||
keywords: list[str] | str = ...,
|
||||
platforms: list[str] | str = ...,
|
||||
cmdclass: Mapping[str, type[Command]] = ...,
|
||||
cmdclass: Mapping[str, type[_Command]] = ...,
|
||||
data_files: list[tuple[str, list[str]]] = ...,
|
||||
package_dir: Mapping[str, str] = ...,
|
||||
obsoletes: list[str] = ...,
|
||||
|
||||
Reference in New Issue
Block a user