--- pyproject.toml.orig 2025-08-22 03:02:13 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=77.0.3"] +requires = ["setuptools>=61"] [project] -name = "types-PyYAML" +name = "types-pyyaml" version = "6.0.12.20250822" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for PyYAML" readme = { text = """\ ## Typing stubs for PyYAML @@ -46,5 +45,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['yaml-stubs'] include-package-data = false