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 the new "Typing :: Stubs Only" classifier #42

Closed ewjoachim closed 2 years ago

ewjoachim commented 2 years ago

The new Typing :: Stubs Only classifier in trove-classifiers==2022.1.3 is especially well suited for packages that don't provide typed code, but stubs for code that exists elsewhere.

Note that we'll need to wait for warehouse to adopt this version of trove-classifiers before making the change, but this should arrive soon, as the PR will be crafted by dependabot quickly :)

ewjoachim commented 2 years ago

Halfway there :) https://github.com/pypa/warehouse/pull/10551

ewjoachim commented 2 years ago

Classifier now appears in https://pypi.org/classifiers/ Which means everything's ready !

srittau commented 2 years ago

I'll upload new versions of all stubs, once #43 is fixed.

ewjoachim commented 2 years ago

Thanks !