Skip to content

Commit 71ed14e

Browse files
authored
Merge pull request #14 from LambdaTest/stage
Stage
2 parents a2509a8 + af21e39 commit 71ed14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from os import path
33

44
cwd = path.abspath(path.dirname(__file__))
5-
with open(path.join(cwd, 'README.md'), encoding='utf-8') as f:
5+
with open(path.join(cwd, 'readme.md'), encoding='utf-8') as f:
66
long_description = f.read()
77

88
setup(

0 commit comments

Comments
 (0)