typeshed-internal / stub_uploader

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

Remove strip_types_prefix() #81

Open srittau opened 1 year ago

srittau commented 1 year ago

strip_types_prefix() does not work with non-standard distribution names, i.e. if the stub_distribution metadata key is used. The remaining uses are only relevant when declaring a dependency on such a name, which isn't the case at the moment, but these uses should eventually be fixed.