Skip to content

Commit 222f7b4

Browse files
authored
Merge branch 'main' into owl-bot-update-lock-543e209e7c1c1ffe720eb4db1a3f045a75099304fb19aa11a47dc717b8aae2a9
2 parents 588af4f + 4251fee commit 222f7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ build-backend = "setuptools.build_meta"
1919
[project]
2020
name = "google-cloud-bigquery"
2121
authors = [{ name = "Google LLC", email = "[email protected]" }]
22-
license = { text = "Apache 2.0" }
22+
license = "Apache-2.0"
23+
license-files = ["LICENSE"]
2324
requires-python = ">=3.9"
2425
description = "Google BigQuery API client library"
2526
readme = "README.rst"
@@ -30,7 +31,6 @@ classifiers = [
3031
# "Development Status :: 5 - Production/Stable"
3132
"Development Status :: 5 - Production/Stable",
3233
"Intended Audience :: Developers",
33-
"License :: OSI Approved :: Apache Software License",
3434
"Programming Language :: Python",
3535
"Programming Language :: Python :: 3",
3636
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)