Skip to content

Commit 2b74880

Browse files
Avasamsrittau
andauthored
Update stubs/setuptools/setuptools/__init__.pyi
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
1 parent da5f4d2 commit 2b74880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/setuptools/setuptools/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def setup(
159159
# kwargs used directly in distutils.core.setup
160160
distclass: type[_DistributionT] = Distribution, # type: ignore[assignment] # noqa: Y011
161161
# Custom Distributions could accept more params
162-
**attrs: object,
162+
**attrs: Any,
163163
) -> _DistributionT: ...
164164

165165
class Command(_Command):

0 commit comments

Comments
 (0)