aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/setup.py b/setup.py
index 6fffb2c..fd80c81 100755
--- a/setup.py
+++ b/setup.py
@@ -75,16 +75,7 @@ setup(
# Do NOT installed as a zipped egg, since Tornado requires direct access
# to the templates and static files.
zip_safe=False,
- scripts=[
- "bin/fg21sim",
- "bin/fg21sim-download-cluster-data",
- "bin/fg21sim-download-snr-data",
- "bin/fg21sim-webui",
- "bin/get-healpix-patch",
- "bin/healpix2hpx",
- "bin/hpx2healpix",
- "bin/zea2healpix",
- ],
+ scripts=os.listdir("bin/"),
install_requires=[
"numpy",
"numba",