Release 1.4.5
Version 1.4.5
Release-Typ: patch
Änderungen
fix: resolve license configuration error in pyproject.toml
- Changed license format from string to {text = 'MIT'} table format
- Fixes setuptools validation error: 'project.license must be valid exactly by one definition'
- Ensures compatibility with both older and newer setuptools versions
- Local build verified working
- Resolves CI/CD pipeline build failure
Installation
# Via pip
pip install bash-script-maker==1.4.5
# Via Flatpak
flatpak install BashScriptMaker-1.4.5.flatpak
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.4.5
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode