Add information about removing third-party packages (#4637)

Closes: #4608
This commit is contained in:
Sebastian Rittau
2020-10-09 16:27:56 +02:00
committed by GitHub
parent fff7a10ae7
commit 473044cf1f

View File

@@ -78,6 +78,13 @@ For more information on directory structure and stub versioning, see
[the relevant section of CONTRIBUTING.md](
https://github.com/python/typeshed/blob/master/CONTRIBUTING.md#stub-versioning).
Third-party packages are generally removed from typeshed when one of the
following criteria is met:
* The upstream package ships a py.typed file for at least 6-12 months, or
* the package does not support any of the Python versions supported by
typeshed.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) before submitting pull