This commit is contained in:
Antonio J. Delgado 2025-05-28 15:19:27 +03:00
parent 856486dc80
commit 168c2199ca
16 changed files with 1 additions and 1 deletions

0
.gitattributes vendored Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
deploy_new_python_project.conf.sample Normal file → Executable file
View file

0
skeleton/.gitignore vendored Normal file → Executable file
View file

0
skeleton/Dockerfile Normal file → Executable file
View file

0
skeleton/LICENSE Normal file → Executable file
View file

0
skeleton/README.md Normal file → Executable file
View file

0
skeleton/config/config.conf_sample Normal file → Executable file
View file

View file

@ -1,7 +1,7 @@
#!/bin/bash
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
if [ ! -d "${script_dir}/.venv" ]; then
python -m venv "$script_dir/.venv"
python3 -m venv "$script_dir/.venv"
fi
# shellcheck disable=1091
source "$script_dir/.venv/bin/activate"

0
skeleton/project_codename/__init__.py Normal file → Executable file
View file

0
skeleton/project_codename/project_codename.py Normal file → Executable file
View file

0
skeleton/pyproject.toml Normal file → Executable file
View file

0
skeleton/requirements.txt Normal file → Executable file
View file

0
skeleton/setup.cfg Normal file → Executable file
View file

0
skeleton/setup.py Normal file → Executable file
View file

0
skeleton/wrapper.sh Normal file → Executable file
View file