Skip to content

Commit ec8a6b7

Browse files
authored
Fix repository URL specification in pyproject.toml file
1 parent 3a0647c commit ec8a6b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ authors = [
66
{name = "Ilya (Marshal)", email = "ilya@marshal.dev"}
77
]
88
license = "MIT"
9-
repository = "https://github.com/MarshalX/python-libipld"
109
readme = "README.md"
1110
keywords = ["library", "lib", "ipld", "cid", "multibase", "multihash", "dag", "cbor", "dag-cbor"]
1211
requires-python = ">=3.8"
@@ -34,6 +33,7 @@ classifiers = [
3433

3534
[project.urls]
3635
"Homepage" = "https://github.com/MarshalX/python-libipld"
36+
"Repository" = "https://github.com/MarshalX/python-libipld"
3737
"Tracker" = "https://github.com/MarshalX/python-libipld/issues"
3838
"Author" = "https://github.com/MarshalX"
3939

0 commit comments

Comments
 (0)