typeshed-internal / stub_uploader

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

Fix sort_by_dependency to work with non-standard dist names #80

Closed srittau closed 1 year ago

srittau commented 1 year ago

There are two other uses of strip_types_prefix() that come into effect if a dependency is declared on a non-standard distribution name. This should be fixed eventually, but a not critical for now.