ryd-client/build.sh

8 lines
56 B
Bash
Raw Normal View History

2021-12-24 09:33:34 +00:00
#!/bin/bash
# build package
python -m build
##
exit 0