Skip to content

Commit 4251fee

Browse files
build: update pyproject.toml to follow PEP 639 (#2309)
* update pyproject.toml to follow PEP 639 * Update pyproject.toml PEP 639 Thanks for the feedback, I've removed the version number completely as requested. * Update pyproject.toml --------- Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
1 parent 3e116c2 commit 4251fee

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 = "googleapis-packages@google.com" }]
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)