File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " cros_ec_python"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44authors = [
55 { name =" Steve-Tech" }
66]
77description = " A Python library for interacting with a Chrome OS EC."
88readme = " README.md"
99requires-python = " >=3.10"
1010classifiers = [
11- " Development Status :: 3 - Alpha " ,
11+ " Development Status :: 4 - Beta " ,
1212 " Intended Audience :: Developers" ,
1313 " Programming Language :: Python :: 3" ,
1414 " Operating System :: POSIX :: Linux" ,
@@ -21,7 +21,7 @@ license = "GPL-2.0-or-later"
2121
2222[project .optional-dependencies ]
2323docs = [" pdoc" , " portio" ]
24- lpc = [" portio; sys_platform=='linux'" , " wmi; sys_platform=='win32'" ]
24+ lpc = [" portio; sys_platform=='linux' or sys_platform=='freebsd' " , " wmi; sys_platform=='win32'" ]
2525
2626[project .urls ]
2727Documentation = " https://steve-tech.github.io/CrOS_EC_Python/"
You can’t perform that action at this time.
0 commit comments