Skip to content

Commit

Permalink
feat: support pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Oct 4, 2023
1 parent be9912b commit a663074
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
},
)

0 comments on commit a663074

Please sign in to comment.