Skip to content

Commit

Permalink
chore[tool]: remove vyper-serve from setup.py (vyperlang#3936)
Browse files Browse the repository at this point in the history
remove reference to the vyper-serve entry point; it no longer exists as
of 98f502b
  • Loading branch information
MoigeMatino authored and electriclilies committed Apr 27, 2024
1 parent 07923d8 commit fb85ea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def _global_version(version):
entry_points={
"console_scripts": [
"vyper=vyper.cli.vyper_compile:_parse_cli_args",
"vyper-serve=vyper.cli.vyper_serve:_parse_cli_args",
"fang=vyper.cli.vyper_ir:_parse_cli_args",
"vyper-json=vyper.cli.vyper_json:_parse_cli_args",
]
Expand Down

0 comments on commit fb85ea5

Please sign in to comment.