mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Use dashes instead of underscores for METADATA.toml field names (#15614)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
version = "1.3.*"
|
||||
upstream_repository = "https://github.com/pika/pika"
|
||||
stub_distribution = "types-pika-ts" # https://github.com/python/typeshed/issues/9246
|
||||
extra_description = """\
|
||||
upstream-repository = "https://github.com/pika/pika"
|
||||
stub-distribution = "types-pika-ts" # https://github.com/python/typeshed/issues/9246
|
||||
extra-description = """\
|
||||
The `types-pika` package contains alternate, more complete type stubs, that \
|
||||
are maintained outside of typeshed.\
|
||||
"""
|
||||
|
||||
[tool.stubtest]
|
||||
stubtest_dependencies = ["gevent", "tornado", "twisted"]
|
||||
stubtest-dependencies = ["gevent", "tornado", "twisted"]
|
||||
|
||||
Reference in New Issue
Block a user