File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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' : {
You can’t perform that action at this time.
0 commit comments