We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7fd1f commit 6e20b71Copy full SHA for 6e20b71
pyproject.toml
@@ -27,13 +27,12 @@ keywords = [
27
"micropython",
28
"circuitpython",
29
]
30
-license = {text = "MIT"}
+license = "MIT"
31
classifiers = [
32
"Intended Audience :: Developers",
33
"Topic :: Software Development :: Libraries",
34
"Topic :: Software Development :: Embedded Systems",
35
"Topic :: System :: Hardware",
36
- "License :: OSI Approved :: MIT License",
37
"Programming Language :: Python :: 3",
38
39
dynamic = ["dependencies", "optional-dependencies"]
0 commit comments