Release 1.0

This commit is contained in:
Stephen Horvath
2026-03-21 16:46:39 +10:00
parent d1ea86f694
commit 43de4d979d
5 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "yafi"
version = "0.7"
version = "1.0"
authors = [
{ name="Steve-Tech" }
]
@@ -8,11 +8,10 @@ description = "Yet Another Framework Interface"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"cros_ec_python >= 0.3.0",
"cros_ec_python >= 0.4.0",
"PyGObject"
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: End Users/Desktop",
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",