stable version

This commit is contained in:
2025-05-09 23:27:34 +03:00
parent 471f05369b
commit ed1cbf0fcf
+1 -7
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "argenta" name = "argenta"
version = "1.0.0-beta2" version = "1.0.0"
description = "Python library for building modular CLI applications" description = "Python library for building modular CLI applications"
authors = [{ name = "kolo", email = "kolo.is.main@gmail.com" }] authors = [{ name = "kolo", email = "kolo.is.main@gmail.com" }]
requires-python = ">=3.11, <4.0" requires-python = ">=3.11, <4.0"
@@ -12,12 +12,6 @@ dependencies = [
"pyreadline3>=3.5.4", "pyreadline3>=3.5.4",
] ]
[dependency-groups]
dev = [
"psutil>=7.0.0",
"pydoc-markdown>=4.8.2,<5",
]
[tool.ruff] [tool.ruff]
exclude = [ exclude = [
".idea", ".idea",