aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bin/build_all_pip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bin/build_all_pip.sh')
-rw-r--r--tools/bin/build_all_pip.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/bin/build_all_pip.sh b/tools/bin/build_all_pip.sh
deleted file mode 100644
index 2b415bf0..00000000
--- a/tools/bin/build_all_pip.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env bash
-
-
-echo Building Moon_DB
-cd $MOON_HOME/moon_db
-python3 setup.py sdist bdist_wheel> /tmp/moon_db.log
-
-
-echo Building Moon_Utilities
-cd $MOON_HOME/moon_utilities
-python3 setup.py sdist bdist_wheel> /tmp/moon_utilities.log
-
-
-echo Building Moon_Orchestrator
-cd $MOON_HOME/moon_orchestrator
-python3 setup.py sdist bdist_wheel> /tmp/moon_orchestrator.log \ No newline at end of file