Skip to content

Commit

Permalink
add entry point definition
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed May 24, 2024
1 parent 22da903 commit 92222e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
install_requires = REQUIREMENTS,
package_dir = {'': 'src'},
packages = find_packages('src'),
entry_points = {"console_scripts": ["selib=SeleniumLibrary.entry.__main__:cli"]},
package_data ={
'SeleniumLibrary':
['*.pyi']
Expand Down

0 comments on commit 92222e3

Please sign in to comment.