diff --git a/setup.py b/setup.py index 4f7cb3bc..1ee4e045 100644 --- a/setup.py +++ b/setup.py @@ -53,4 +53,10 @@ "gunicorn==21.2.0", "waitress==2.1.2", ], + # Support installing via https://pypa.github.io/pipx/ + entry_points={ + "console_scripts": [ + "storage-testbench = testbench.rest_server:_main", + ] + }, )