Skip to content

Commit b46a163

Browse files
committed
[py] Adding a summary to the wheel.
1 parent 496577b commit b46a163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ py_wheel(
251251
"Programming Language :: Python :: 3.9",
252252
"Programming Language :: Python :: 3.10",
253253
],
254-
description = "Official Python bindings for Selenium WebDriver",
255254
description_file = "README.rst",
256255
distribution = "selenium",
257256
homepage = "https://www.selenium.dev",
@@ -268,6 +267,7 @@ py_wheel(
268267
strip_path_prefixes = [
269268
"py/",
270269
],
270+
summary = "Official Python bindings for Selenium WebDriver",
271271
version = SE_VERSION,
272272
visibility = ["//visibility:public"],
273273
deps = [

0 commit comments

Comments
 (0)