work on v0.3.0

This commit is contained in:
2025-02-13 23:26:01 +03:00
parent 250704fc88
commit ebfd5a80b3
16 changed files with 101 additions and 29 deletions
+2 -3
View File
@@ -1,15 +1,14 @@
[project]
name = "argenta"
version = "0.2.2"
description = "python library for creating cli apps"
description = "python library for creating custom shells"
authors = [
{name = "kolo",email = "kolo.is.main@gmail.com"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
]
dependencies = [] # no dependencies
[build-system]