Skip to content

Commit 32c4fe8

Browse files
committed
Update descriptions
1 parent da45232 commit 32c4fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
long_description_lines.append(line)
2222
long_description = "\n".join(long_description_lines)
2323
except IOError:
24-
long_description = 'Reliable Browser Automation & Testing Framework'
24+
long_description = 'The complete web automation library.'
2525
about = {}
2626
# Get the package version from the seleniumbase/__version__.py file
2727
with open(os.path.join(
@@ -60,7 +60,7 @@
6060
setup(
6161
name='seleniumbase',
6262
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.',
6464
long_description=long_description,
6565
long_description_content_type='text/markdown',
6666
url='https://github.com/seleniumbase/SeleniumBase',

0 commit comments

Comments
 (0)