typeshed-internal / stub_uploader

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

Include type checker versions in long description #96

Closed srittau closed 1 year ago

srittau commented 1 year ago

Cf. python/typeshed#6843

srittau commented 1 year ago

Generally I like the idea, but I have one comment and I think it may be worth writing few unit tests for _read_requirements().

Good idea, I will do so tomorrow.

srittau commented 1 year ago

typeshed is prepared now. I will add tests and switch to use packaging tomorrow.

srittau commented 1 year ago

Also, commit should probably become part of TypeshedData, but I will send a separate PR after this is merged to keep the changes minimal.