Skip to content

Commit

Permalink
feat: support pipx (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Oct 5, 2023
1 parent 58005cb commit adf88ff
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 @@ -54,4 +54,10 @@
"waitress==2.1.2",
"Werkzeug==3.0.0",
],
# Support installing via https://pypa.github.io/pipx/
entry_points={
"console_scripts": [
"storage-testbench = testbench.rest_server:_main",
]
},
)

0 comments on commit adf88ff

Please sign in to comment.