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 22da903 commit 92222e3Copy full SHA for 92222e3
setup.py
@@ -45,6 +45,7 @@
45
install_requires = REQUIREMENTS,
46
package_dir = {'': 'src'},
47
packages = find_packages('src'),
48
+ entry_points = {"console_scripts": ["selib=SeleniumLibrary.entry.__main__:cli"]},
49
package_data ={
50
'SeleniumLibrary':
51
['*.pyi']
0 commit comments