--- pyproject.toml.orig 2026-04-02 04:17:30 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=82.0.1"] +requires = ["setuptools>=61.0"] [project] name = "types-mock" version = "5.2.0.20260402" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for mock" readme = { text = """\ ## Typing stubs for mock @@ -46,8 +45,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['mock-stubs'] include-package-data = false - -[tool.setuptools.package-data] -'mock-stubs' = ['__init__.pyi', 'backports.pyi', 'mock.pyi', 'METADATA.toml', 'py.typed']