We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e000d4a commit a3c6c8cCopy full SHA for a3c6c8c
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cros_ec_python"
3
-version = "0.0.2"
+version = "0.0.3"
4
authors = [
5
{ name="Steve-Tech" }
6
]
@@ -11,10 +11,11 @@ classifiers = [
11
"Development Status :: 2 - Pre-Alpha",
12
"Intended Audience :: Developers",
13
"Programming Language :: Python :: 3",
14
- "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
15
"Operating System :: POSIX :: Linux",
+ "Operating System :: Microsoft :: Windows",
16
"Topic :: System :: Hardware",
17
18
+license = "GPL-2.0-or-later"
19
20
[project.optional-dependencies]
21
docs = ["pdoc", "portio"]
0 commit comments