Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZJaume <jzaragoza@prompsit.com>2022-07-22 15:57:24 +0300
committerJaume Zaragoza <ZJaume@users.noreply.github.com>2022-07-27 15:20:55 +0300
commit5be3b7d0bd2dad3ce8bb3ad5add783c221abe6bb (patch)
treec6d2e546810efb2bb7a876888a4d05bbdeed3523
parentfa3cc29abbe3c602f29dbdb388d77e1e16b11eea (diff)
Install download-pack as bicleaner-ai-download
-rwxr-xr-xscripts/bicleaner-ai-download (renamed from utils/download-pack.sh)0
-rwxr-xr-xsetup.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/utils/download-pack.sh b/scripts/bicleaner-ai-download
index 357fad2..357fad2 100755
--- a/utils/download-pack.sh
+++ b/scripts/bicleaner-ai-download
diff --git a/setup.py b/setup.py
index 9ee78de..876c5e0 100755
--- a/setup.py
+++ b/setup.py
@@ -41,5 +41,6 @@ setuptools.setup(
scripts=[
"scripts/bicleaner-ai-classify",
"scripts/bicleaner-ai-train",
+ "scripts/bicleaner-ai-download",
]
)