We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496577b commit b46a163Copy full SHA for b46a163
py/BUILD.bazel
@@ -251,7 +251,6 @@ py_wheel(
251
"Programming Language :: Python :: 3.9",
252
"Programming Language :: Python :: 3.10",
253
],
254
- description = "Official Python bindings for Selenium WebDriver",
255
description_file = "README.rst",
256
distribution = "selenium",
257
homepage = "https://www.selenium.dev",
@@ -268,6 +267,7 @@ py_wheel(
268
267
strip_path_prefixes = [
269
"py/",
270
+ summary = "Official Python bindings for Selenium WebDriver",
271
version = SE_VERSION,
272
visibility = ["//visibility:public"],
273
deps = [
0 commit comments