We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ddc4e commit 224db6dCopy full SHA for 224db6d
setup.py
@@ -13,12 +13,12 @@
13
with open(path.join(this_directory, 'README.md'), 'rb') as f:
14
long_description = f.read().decode('utf-8')
15
except IOError:
16
- long_description = 'Web Automation, Testing, and User-Onboarding Framework'
+ long_description = 'Reliable Browser Automation and Testing Framework'
17
18
setup(
19
name='seleniumbase',
20
- version='1.17.15',
21
- description='All-in-One Test Automation Framework',
+ version='1.17.16',
+ description='Reliable Browser Automation and Testing Framework',
22
long_description=long_description,
23
long_description_content_type='text/markdown',
24
url='https://github.com/seleniumbase/SeleniumBase',
0 commit comments