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 807f911 commit 4793d90Copy full SHA for 4793d90
pyproject.toml
@@ -7,6 +7,7 @@ name = "mpython-core"
7
dynamic = ["version"]
8
description = "Core Python elements for wrapped MPython packages."
9
readme = "README.md"
10
+
11
license = {file = "LICENSE"}
12
authors = [
13
{name = "Johan Medrano", email = "[email protected]"},
@@ -36,6 +37,7 @@ version = {attr = "mpython._version.__version__"}
36
37
38
[project.urls]
39
Repository = "https://github.com/MPython-Package-Factory/mpython-core"
40
+Homepage = "https://github.com/MPython-Package-Factory/mpython-core"
41
42
[tool.setuptools.packages]
43
find = {}
0 commit comments