Skip to content

Commit be30e4a

Browse files
committed
update pyproject.toml to follow PEP 639
1 parent 1f1f9d4 commit be30e4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
# limitations under the License.
1414

1515
[build-system]
16-
requires = ["setuptools"]
16+
requires = ["setuptools >= 77.0.3"]
1717
build-backend = "setuptools.build_meta"
1818

1919
[project]
2020
name = "google-cloud-bigquery"
2121
authors = [{ name = "Google LLC", email = "[email protected]" }]
22-
license = { text = "Apache 2.0" }
22+
license = { text = "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)