Skip to content

Commit

Permalink
add entry point for console script
Browse files Browse the repository at this point in the history
 * make the startup script runnable from commandline
  • Loading branch information
JunAishima authored and gwbischof committed Feb 6, 2024
1 parent 58cdabe commit 64670f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ def read(fname):
"Development Status :: 3 - Alpha",
'Programming Language :: Python :: 3',
],
entry_points={"console_scripts": ["analysisstore_startup = analysisstore.startup:start_server"]},
)

0 comments on commit 64670f5

Please sign in to comment.