Skip to content

Commit

Permalink
[py] correct tox warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Sep 7, 2021
1 parent db2bb9e commit 46bef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup_args = {
'cmdclass': {'install': install},
'name': 'selenium',
'version': "4.0.0.rc1',
'version': "4.0.0.rc1",
'license': 'Apache 2.0',
'description': 'Python bindings for Selenium',
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
Expand Down

0 comments on commit 46bef06

Please sign in to comment.