Skip to content

Commit 4793d90

Browse files
committed
DOC: Add Homepage as well
1 parent 807f911 commit 4793d90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = "mpython-core"
77
dynamic = ["version"]
88
description = "Core Python elements for wrapped MPython packages."
99
readme = "README.md"
10+
1011
license = {file = "LICENSE"}
1112
authors = [
1213
{name = "Johan Medrano", email = "[email protected]"},
@@ -36,6 +37,7 @@ version = {attr = "mpython._version.__version__"}
3637

3738
[project.urls]
3839
Repository = "https://github.com/MPython-Package-Factory/mpython-core"
40+
Homepage = "https://github.com/MPython-Package-Factory/mpython-core"
3941

4042
[tool.setuptools.packages]
4143
find = {}

0 commit comments

Comments
 (0)