ryd-client/build.sh

8 lines
56 B
Bash
Executable File

#!/bin/bash
# build package
python -m build
##
exit 0