Skip to content

Commit 473044c

Browse files
authored
Add information about removing third-party packages (#4637)
Closes: #4608
1 parent fff7a10 commit 473044c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ For more information on directory structure and stub versioning, see
7878
[the relevant section of CONTRIBUTING.md](
7979
https://github.com/python/typeshed/blob/master/CONTRIBUTING.md#stub-versioning).
8080

81+
Third-party packages are generally removed from typeshed when one of the
82+
following criteria is met:
83+
84+
* The upstream package ships a py.typed file for at least 6-12 months, or
85+
* the package does not support any of the Python versions supported by
86+
typeshed.
87+
8188
## Contributing
8289

8390
Please read [CONTRIBUTING.md](CONTRIBUTING.md) before submitting pull

0 commit comments

Comments
 (0)