mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 02:42:29 +08:00
Use dashes instead of underscores for METADATA.toml field names (#15614)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
version = "311.*"
|
||||
upstream_repository = "https://github.com/mhammond/pywin32"
|
||||
upstream-repository = "https://github.com/mhammond/pywin32"
|
||||
|
||||
[tool.stubtest]
|
||||
supported_platforms = ["win32"]
|
||||
ci_platforms = ["win32"]
|
||||
supported-platforms = ["win32"]
|
||||
ci-platforms = ["win32"]
|
||||
|
||||
Reference in New Issue
Block a user