Skip to content

Commit

Permalink
[py] Adding a description to the wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 16, 2024
1 parent 87e276e commit 496577b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ 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 Down
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'name': 'selenium',
'version': "4.22.0.dev202405160507",
'license': 'Apache 2.0',
'description': 'Python bindings for Selenium',
'description': 'Official Python bindings for Selenium WebDriver.',
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
'url': 'https://github.com/SeleniumHQ/selenium/',
'project_urls': {
Expand Down

0 comments on commit 496577b

Please sign in to comment.