add setup.py

This commit is contained in:
Sanster
2022-04-18 15:01:10 +08:00
parent f7e1e073dc
commit a219da27f7
10 changed files with 284 additions and 221 deletions

10
publish.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -e
pushd ./lama_cleaner/app
yarn run build
popd
rm -r -f dist
python3 setup.py sdist bdist_wheel
#twine upload dist/*