mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-11 18:32:29 +08:00
Use dashes instead of underscores for METADATA.toml field names (#15614)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
version = "0.2.*"
|
||||
# There is no web portal for the source, this is the official source link:
|
||||
# upstream_repository = "https://people.csail.mit.edu/hubert/pyaudio/#sources"
|
||||
# upstream-repository = "https://people.csail.mit.edu/hubert/pyaudio/#sources"
|
||||
|
||||
[tool.stubtest]
|
||||
# linux and win32 are equivalent
|
||||
ci_platforms = ["darwin", "linux"]
|
||||
apt_dependencies = ["portaudio19-dev"]
|
||||
brew_dependencies = ["portaudio"]
|
||||
ci-platforms = ["darwin", "linux"]
|
||||
apt-dependencies = ["portaudio19-dev"]
|
||||
brew-dependencies = ["portaudio"]
|
||||
|
||||
Reference in New Issue
Block a user