File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " cros_ec_python"
3- version = " 0.0.4 "
3+ version = " 0.1.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 :: 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]
1820license = " GPL-2.0-or-later"
1921
2022[project .optional-dependencies ]
2123docs = [" pdoc" , " portio" ]
22- lpc = [" portio" ]
24+ lpc = [" portio; sys_platform=='linux' " , " wmi; sys_platform=='win32' " ]
2325
2426[project .urls ]
2527Documentation = " https://steve-tech.github.io/CrOS_EC_Python/"
You can’t perform that action at this time.
0 commit comments