diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-08 01:03:09 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 16:36:37 +0100 |
commit | 29832c73adea3573ead5fcc8007419c67305014e (patch) | |
tree | 23e8ec8c65b9db91afc5eca7565576d1d67365e1 /setup.py | |
parent | 7697beb7034acacbe6964af0385a03b2ea33ec93 (diff) |
[feat] anonvpn entrypoints
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,7 @@ DOWNLOAD_URL = DOWNLOAD_BASE % VERSION # Entry points gui_launcher = 'bitmask=leap.bitmask.gui.app:start_app' +anonvpn = 'bitmask_anonvpn=leap.bitmask.gui.anonvpn:start_app' chrome_launcher = 'bitmask_chromium=leap.bitmask.chrome.chromeapp:start_app' bitmask_cli = 'bitmaskctl=leap.bitmask.cli.bitmask_cli:main' bitmask_helpers = 'bitmask_helpers=leap.bitmask.vpn.helpers:main' @@ -96,6 +97,7 @@ setup( entry_points={ 'console_scripts': [ gui_launcher, + anonvpn, chrome_launcher, bitmask_cli, bitmaskd, |