aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-10-30 16:09:27 +0800
committerAaron LI <aaronly.me@outlook.com>2016-10-30 16:09:27 +0800
commite9c0f2aa8dc3d29c4c9c83f85744ce932230e130 (patch)
tree2b61bfa1ca1bcefecb8912d8dcf4fed4b5371014 /setup.py
parent90b877a2c785bb7691249d31e23138e0385001ae (diff)
downloadfg21sim-e9c0f2aa8dc3d29c4c9c83f85744ce932230e130.tar.bz2
webui: Add "bin/fg21sim-webui" to start the UI server
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ffa3627..6b0feb2 100755
--- a/setup.py
+++ b/setup.py
@@ -77,6 +77,7 @@ setup(
zip_safe=False,
scripts=[
"bin/fg21sim",
+ "bin/fg21sim-webui",
"bin/healpix2hpx",
"bin/hpx2healpix",
"bin/zea2healpix",