rename to iopaint

This commit is contained in:
Qing
2024-01-05 15:19:23 +08:00
parent f1f18aa6cd
commit a73e2a531f
101 changed files with 180 additions and 253 deletions

View File

@@ -4,6 +4,8 @@ set -e
pushd ./web_app
npm run build
popd
rm -r ./iopaint/web_app
cp -r web_app/dist ./iopaint/web_app
rm -r -f dist
python3 setup.py sdist bdist_wheel