Skip to content

Commit 4d16727

Browse files
committed
Fixed setup.py
1 parent 9180763 commit 4d16727

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
"numpy>=1.19",
2828
"rich>=10.13",
2929
"websockets>=8.1",
30+
"opencv-python==4.6.0.66",
3031
],
3132
packages=find_packages(),
3233
entry_points="""
3334
[console_scripts]
34-
i2=i2_client:i2_cli
35+
i2py=i2_client:i2_cli
3536
""",
3637
python_requires=">=3.8",
3738
)

0 commit comments

Comments
 (0)