File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
long_description_lines .append (line )
22
22
long_description = "\n " .join (long_description_lines )
23
23
except IOError :
24
- long_description = 'Reliable Browser Automation & Testing Framework '
24
+ long_description = 'The complete web automation library. '
25
25
about = {}
26
26
# Get the package version from the seleniumbase/__version__.py file
27
27
with open (os .path .join (
60
60
setup (
61
61
name = 'seleniumbase' ,
62
62
version = about ['__version__' ],
63
- description = 'A complete framework for Web-UI testing | seleniumbase.io ' ,
63
+ description = 'The complete web automation library for end-to-end testing. ' ,
64
64
long_description = long_description ,
65
65
long_description_content_type = 'text/markdown' ,
66
66
url = 'https://github.com/seleniumbase/SeleniumBase' ,
You can’t perform that action at this time.
0 commit comments