Skip to content

Commit a3c6c8c

Browse files
committed
Release 0.0.3 for Windows support
1 parent e000d4a commit a3c6c8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cros_ec_python"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors = [
55
{ name="Steve-Tech" }
66
]
@@ -11,10 +11,11 @@ classifiers = [
1111
"Development Status :: 2 - Pre-Alpha",
1212
"Intended Audience :: Developers",
1313
"Programming Language :: Python :: 3",
14-
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
1514
"Operating System :: POSIX :: Linux",
15+
"Operating System :: Microsoft :: Windows",
1616
"Topic :: System :: Hardware",
1717
]
18+
license = "GPL-2.0-or-later"
1819

1920
[project.optional-dependencies]
2021
docs = ["pdoc", "portio"]

0 commit comments

Comments
 (0)