py.lib.aw_web_tools

Yohn Y. 2024-02-27 Parent:06f00ec09030 Child:abfbff81c1fb

4:d20943f0eadf Go to Latest

py.lib.aw_web_tools/tool/make_pkg.sh

Added tag 0.202402.2 for changeset 2d0e1f161f26

History
1 #!/bin/sh
2 # devel.a0fs.ru -- devel:python.tools::make_pkg.sh -- v0.r202402.2
3 this_dir="$(dirname "$(readlink -f "$0")")"
4 this_pkg="$(dirname "$this_dir")"
6 cd "${this_pkg}" || exit
7 if [ -d "${this_pkg}/.e" ] ; then
8 source ${this_pkg}/.e/bin/activate
9 fi
11 python3 setup.py bdist_wheel