typeshed-internal / stub_uploader

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

Use SPDX license string for stubs packages #143

Closed cdce8p closed 1 month ago

cdce8p commented 1 month ago

The SPDX identifier for the Apache License 2.0 is Apache-2.0. PEP-639 is close to being finalized and it will standardize SPDX license expressions for packages. It's possible though to start using them today.

It might make sense to force update all stub packages in this case.

srittau commented 1 month ago

Thanks!

JelleZijlstra commented 1 month ago

It might make sense to force update all stub packages in this case.

I think we shouldn't do that before the PEP is accepted. After that happens, we can see how many stub packages haven't been changed yet.