Repositories
Help
py.lib.aw_config
Commits
Files
Yohn Y.
2026-06-23
Parent:
ed99d4db56a7
16:34b98b38a9f0
Go to Latest
py.lib.aw_config/tools/make_pkg.sh
.. 0.202606.2 + Возможность удаления конфигурации из менеджера
Download raw file
View source
Diff to previous
Annotate
History
Loading...
1
#!/bin/sh
2
# devel.a0fs.ru -- devel.python.tools:make_pkg.sh -- v0.r202606.1
3
this_dir
=
"
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
"
4
this_pkg
=
"
$(
dirname
"
$this_dir
"
)
"
5
6
cd
"
${
this_pkg
}
"
||
exit
7
if
[
-d
"
${
this_pkg
}
/.e"
]
;
then
8
.
"
${
this_pkg
}
/.e/bin/activate"
9
fi
10
11
python3
setup.py
bdist_wheel