Reference the stub_uploader issue discussing externals deps in the contributing guide (#10156)

Closes #10150
This commit is contained in:
Ali Hamdan
2023-05-10 08:32:00 +02:00
committed by GitHub
parent 7113c35a67
commit 3add7f0d76

View File

@@ -174,7 +174,9 @@ supported:
* `requires` (optional): A list of other stub packages or packages with type
information that are imported by the stubs in this package. Only packages
generated by typeshed or required by the upstream package are allowed to
be listed here, for security reasons.
be listed here, for security reasons. See
[this issue](https://github.com/typeshed-internal/stub_uploader/issues/90)
for more information about what external dependecies are allowed.
* `extra_description` (optional): Can be used to add a custom description to
the package's long description. It should be a multi-line string in
Markdown format.