Skip to content

Commit

Permalink
[py] Adding a summary to the wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 16, 2024
1 parent 496577b commit b46a163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ py_wheel(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
description = "Official Python bindings for Selenium WebDriver",
description_file = "README.rst",
distribution = "selenium",
homepage = "https://www.selenium.dev",
Expand All @@ -268,6 +267,7 @@ py_wheel(
strip_path_prefixes = [
"py/",
],
summary = "Official Python bindings for Selenium WebDriver",
version = SE_VERSION,
visibility = ["//visibility:public"],
deps = [
Expand Down

0 comments on commit b46a163

Please sign in to comment.