Skip to content

Commit

Permalink
pkg_resources is now in types-setuptools (#10681)
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau authored and JukkaL committed Jun 22, 2021
1 parent e8cf526 commit 64deb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/stubinfo.py
Expand Up @@ -62,7 +62,7 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
'orjson': StubInfo('types-orjson', py_version=3),
'paramiko': StubInfo('types-paramiko'),
'pathlib2': StubInfo('types-pathlib2', py_version=2),
'pkg_resources': StubInfo('types-pkg_resources', py_version=3),
'pkg_resources': StubInfo('types-setuptools', py_version=3),
'polib': StubInfo('types-polib'),
'pycurl': StubInfo('types-pycurl'),
'pymssql': StubInfo('types-pymssql', py_version=2),
Expand Down

0 comments on commit 64deb99

Please sign in to comment.