diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-30 16:09:27 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-30 16:09:27 +0800 |
commit | e9c0f2aa8dc3d29c4c9c83f85744ce932230e130 (patch) | |
tree | 2b61bfa1ca1bcefecb8912d8dcf4fed4b5371014 /setup.py | |
parent | 90b877a2c785bb7691249d31e23138e0385001ae (diff) | |
download | fg21sim-e9c0f2aa8dc3d29c4c9c83f85744ce932230e130.tar.bz2 |
webui: Add "bin/fg21sim-webui" to start the UI server
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ setup( zip_safe=False, scripts=[ "bin/fg21sim", + "bin/fg21sim-webui", "bin/healpix2hpx", "bin/hpx2healpix", "bin/zea2healpix", |