Skip to content

Commit 177a4f7

Browse files
fix: googleapis-common-protos defining deprecated license classifier
1 parent 97668d8 commit 177a4f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/googleapis-common-protos/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ build-backend = "setuptools.build_meta"
2020
name = "googleapis-common-protos"
2121
version = "1.75.2"
2222
authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }]
23-
license = { text = "Apache 2.0" }
23+
license = "Apache-2.0"
2424
requires-python = ">= 3.10"
2525
readme = "README.rst"
2626
description = "Common protobufs used in Google APIs"
2727
classifiers = [
2828
"Development Status :: 5 - Production/Stable",
2929
"Intended Audience :: Developers",
30-
"License :: OSI Approved :: Apache Software License",
3130
"Programming Language :: Python",
3231
"Programming Language :: Python :: 3",
3332
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)