typeshed-internal / stub_uploader

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

partial stubs are missing the partial marker! #108

Closed Avasam closed 10 months ago

Avasam commented 11 months ago

Noticed here by @hamdanal https://github.com/typeshed-internal/stub_uploader/issues/93#issuecomment-1732654528 For example, types-psycopg2 2.9.21.13 should include a py.typed file with the partial keyword in it. But the file is missing. https://pypi.org/project/types-redis is another example. Looking at setup.py, package_data={'redis-stubs': ['py.typed']} is found. So the marker is probably physically missing.