Skip to content

Commit 496577b

Browse files
committed
[py] Adding a description to the wheel.
1 parent 87e276e commit 496577b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

py/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ py_wheel(
251251
"Programming Language :: Python :: 3.9",
252252
"Programming Language :: Python :: 3.10",
253253
],
254+
description = "Official Python bindings for Selenium WebDriver",
254255
description_file = "README.rst",
255256
distribution = "selenium",
256257
homepage = "https://www.selenium.dev",

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'name': 'selenium',
3030
'version': "4.22.0.dev202405160507",
3131
'license': 'Apache 2.0',
32-
'description': 'Python bindings for Selenium',
32+
'description': 'Official Python bindings for Selenium WebDriver.',
3333
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
3434
'url': 'https://github.com/SeleniumHQ/selenium/',
3535
'project_urls': {

0 commit comments

Comments
 (0)