Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vyper-serve is still lingering in setup.py #3935

Closed
arjunaskykok opened this issue Apr 10, 2024 · 1 comment · Fixed by #3936
Closed

vyper-serve is still lingering in setup.py #3935

arjunaskykok opened this issue Apr 10, 2024 · 1 comment · Fixed by #3936
Milestone

Comments

@arjunaskykok
Copy link

Version Information

  • vyper Version (output of vyper --version): doesn't matter
  • OS: doesn't matter
  • Python Version (output of python --version): doesn't matter

What's your issue about?

You removed vyper-serve with this commit: 98f502b, but you forgot to remove vyper-serve from setup.py:

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",
        ]
    },

How can it be fixed?

Remove vyper-serve line.

@charles-cooper charles-cooper added this to the v0.4.0 milestone Apr 10, 2024
@MoigeMatino
Copy link
Contributor

Taking this on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants