diff --git a/packages/googleapis-common-protos/pyproject.toml b/packages/googleapis-common-protos/pyproject.toml index 656dab9e259b..c52a149e72ee 100644 --- a/packages/googleapis-common-protos/pyproject.toml +++ b/packages/googleapis-common-protos/pyproject.toml @@ -20,14 +20,13 @@ build-backend = "setuptools.build_meta" name = "googleapis-common-protos" version = "1.75.2" authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }] -license = { text = "Apache 2.0" } +license = "Apache-2.0" requires-python = ">= 3.10" readme = "README.rst" description = "Common protobufs used in Google APIs" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",