mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-03 06:28:28 +08:00
Use dashes instead of underscores for METADATA.toml field names (#15614)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
version = "4.0.*"
|
||||
upstream_repository = "https://github.com/paramiko/paramiko"
|
||||
upstream-repository = "https://github.com/paramiko/paramiko"
|
||||
# Requires a version of cryptography where cryptography.hazmat.primitives.ciphers.Cipher is generic
|
||||
dependencies = ["cryptography>=37.0.0"]
|
||||
|
||||
[tool.stubtest]
|
||||
# linux and darwin are equivalent
|
||||
ci_platforms = ["linux", "win32"]
|
||||
ci-platforms = ["linux", "win32"]
|
||||
|
||||
Reference in New Issue
Block a user