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 de72fbc + 7c28112 commit d27364eCopy full SHA for d27364e
seleniumbase/console_scripts/sb_mkdir.py
@@ -78,7 +78,7 @@ def main():
78
data.append("")
79
data.append("[bdist_wheel]")
80
data.append("universal=1")
81
- file_path = "%s/%s" % (dir_name, "config.cfg")
+ file_path = "%s/%s" % (dir_name, "setup.cfg")
82
file = codecs.open(file_path, "w+", "utf-8")
83
file.writelines("\r\n".join(data))
84
file.close()
0 commit comments