Bump version to 0.1.1 and add script entry point for b64pack CLI tool
All checks were successful
Build and Publish b64pack / build-and-publish (push) Successful in 59s

This commit is contained in:
2025-04-28 11:26:07 +02:00
parent 3ddbebdfea
commit 09f3e316ba

View File

@@ -1,11 +1,14 @@
[tool.poetry]
name = "b64pack"
version = "0.1.0"
version = "0.1.1"
description = "CLI tool to pack, compress and encode files or folders into Base64, and restore them back."
authors = ["0xMax42 <Mail@0xMax42.io>"]
readme = "README.md"
packages = [{ include = "b64pack", from = "src" }]
[tool.poetry.scripts]
b64pack = "b64pack.__main__:main"
[tool.poetry.dependencies]
python = "^3.12"