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 e8cf526 commit 64deb99Copy full SHA for 64deb99
mypy/stubinfo.py
@@ -62,7 +62,7 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
62
'orjson': StubInfo('types-orjson', py_version=3),
63
'paramiko': StubInfo('types-paramiko'),
64
'pathlib2': StubInfo('types-pathlib2', py_version=2),
65
- 'pkg_resources': StubInfo('types-pkg_resources', py_version=3),
+ 'pkg_resources': StubInfo('types-setuptools', py_version=3),
66
'polib': StubInfo('types-polib'),
67
'pycurl': StubInfo('types-pycurl'),
68
'pymssql': StubInfo('types-pymssql', py_version=2),
0 commit comments