You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added in version v69.0.0: setuptools will attempt to include type
information files by default in the distribution (.pyi and py.typed,
as specified in PEP 561), as long as they are contained inside of
a package directory (for the time being there is no automatic
support for top-level .pyi files).
https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html
0 commit comments