refactor: move bin files

This commit is contained in:
Bryce 2023-12-15 12:40:14 -08:00 committed by Bryce Drennan
parent 316114e660
commit 01e32ff3f6
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ if is_for_windows:
],
}
else:
scripts = ["imaginairy/bin/aimg", "imaginairy/bin/imagine"]
scripts = ["imaginairy/cli/bin/aimg", "imaginairy/cli/bin/imagine"]
entry_points = None
@ -60,7 +60,7 @@ setup(
"configs/*.yaml",
"weight_management/maps/*.json",
"data/*.*",
"bin/*.*",
"cli/bin/*.*",
"http_app/stablestudio/dist/*.*",
"http_app/stablestudio/dist/assets/*.*",
"http_app/stablestudio/dist/LICENSE",