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.
2 parents a2509a8 + af21e39 commit 71ed14eCopy full SHA for 71ed14e
selenium/setup.py
@@ -2,7 +2,7 @@
2
from os import path
3
4
cwd = path.abspath(path.dirname(__file__))
5
-with open(path.join(cwd, 'README.md'), encoding='utf-8') as f:
+with open(path.join(cwd, 'readme.md'), encoding='utf-8') as f:
6
long_description = f.read()
7
8
setup(
0 commit comments