diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml index 595c15af..8406bfb7 100644 --- a/desktop/pyproject.toml +++ b/desktop/pyproject.toml @@ -28,4 +28,3 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] onionshare = 'onionshare:main' -onionshare-cli = 'onionshare_cli:main'