typeshed-internal / stub_uploader

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

setuptools v69 includes type information by default #112

Open Avasam opened 10 months ago

Avasam commented 10 months ago

I'd like to bring some attention to https://github.com/pypa/setuptools/pull/4021 . Since setuptools v69, .pyi and py.typed should be picked up by default. It is experimental, but I think it's worth looking into, as it might simplify stub_uploader's logic in some places.