Use dashes instead of underscores for METADATA.toml field names (#15614)

This commit is contained in:
lev-blit
2026-04-07 15:03:53 +02:00
committed by GitHub
parent 7eb0dddd46
commit 563213272e
204 changed files with 365 additions and 362 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
version = "1.0.1"
upstream_repository = "https://github.com/asweigart/pyscreeze"
upstream-repository = "https://github.com/asweigart/pyscreeze"
dependencies = ["Pillow>=10.3.0"]
[tool.stubtest]
# Linux has extra constants, win32 has different definitions
ci_platforms = ["linux", "win32"]
ci-platforms = ["linux", "win32"]
# PyScreeze has an odd setup.py file
# that doesn't list Pillow as a dependency for py312+ yet:
# https://github.com/asweigart/pyscreeze/blob/eeca245a135cf171c163b3691300138518efa64e/setup.py#L38-L46
stubtest_dependencies = ["Pillow"]
stubtest-dependencies = ["Pillow"]