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
All checks were successful
Build and Publish b64pack / build-and-publish (push) Successful in 59s
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "b64pack"
|
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."
|
description = "CLI tool to pack, compress and encode files or folders into Base64, and restore them back."
|
||||||
authors = ["0xMax42 <Mail@0xMax42.io>"]
|
authors = ["0xMax42 <Mail@0xMax42.io>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{ include = "b64pack", from = "src" }]
|
packages = [{ include = "b64pack", from = "src" }]
|
||||||
|
|
||||||
|
[tool.poetry.scripts]
|
||||||
|
b64pack = "b64pack.__main__:main"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.12"
|
python = "^3.12"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user