Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jarulraj committed Jun 11, 2023
1 parent 6c6e1a5 commit adc63b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def read(path, encoding="utf-8"):
# https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point
entry_points={
"console_scripts": [
"eva_server=evadb.evadb_server:main",
"eva_client=evadb.evadb_cmd_client:main",
"evadb_server=evadb.evadb_server:main",
"evadb_client=evadb.evadb_cmd_client:main",
]
},
python_requires=">=3.8",
Expand Down

0 comments on commit adc63b4

Please sign in to comment.