Skip to content

Commit 736ec98

Browse files
committed
Release 0.1.0
1 parent 19dc9df commit 736ec98

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
[project]
22
name = "cros_ec_python"
3-
version = "0.0.4"
3+
version = "0.1.0"
44
authors = [
55
{ name="Steve-Tech" }
66
]
77
description = "A Python library for interacting with a Chrome OS EC."
88
readme = "README.md"
99
requires-python = ">=3.10"
1010
classifiers = [
11-
"Development Status :: 2 - Pre-Alpha",
11+
"Development Status :: 3 - Alpha",
1212
"Intended Audience :: Developers",
1313
"Programming Language :: Python :: 3",
1414
"Operating System :: POSIX :: Linux",
1515
"Operating System :: Microsoft :: Windows",
16+
"Operating System :: POSIX :: BSD :: FreeBSD",
1617
"Topic :: System :: Hardware",
18+
"Topic :: Software Development :: Libraries",
1719
]
1820
license = "GPL-2.0-or-later"
1921

2022
[project.optional-dependencies]
2123
docs = ["pdoc", "portio"]
22-
lpc = ["portio"]
24+
lpc = ["portio; sys_platform=='linux'", "wmi; sys_platform=='win32'"]
2325

2426
[project.urls]
2527
Documentation = "https://steve-tech.github.io/CrOS_EC_Python/"

0 commit comments

Comments
 (0)