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 b638a1b commit 8a73fc4Copy full SHA for 8a73fc4
pyproject.toml
@@ -5,6 +5,7 @@ description = "MicroPython cross-compiler targeting multiple runtime versions."
5
authors = ["David Lechner <david@pybricks.com>"]
6
license = "MIT"
7
readme = "README.md"
8
+homepage = "https://github.com/pybricks/python-mpy-cross-multi"
9
10
[tool.poetry.scripts]
11
"mpy-cross-multi" = "mpy_cross_multi.__main__:_run"
0 commit comments