typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Add setuptools to EXTERNAL_REQ_ALLOWLIST #142

Closed Avasam closed 1 month ago

Avasam commented 1 month ago

This is planning for pkg_resources's removal (see https://github.com/python/typeshed/issues/12398 ). And even longer term, removing types-setuptools entirely. The pygments stub could already switch to requires = ["setuptools>=71.1"] as it only references pkg_resources