diff --git a/setup.py b/setup.py index cf51b00..7ef178e 100644 --- a/setup.py +++ b/setup.py @@ -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"]}, )