Skip to content

Commit 9c7ea5e

Browse files
authored
Update pyproject.toml
1 parent 663d053 commit 9c7ea5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description = "Socket Mock Framework - for all kinds of socket animals, web-clie
99
readme = { file = "README.rst", content-type = "text/x-rst" }
1010
license = { file = "LICENSE" }
1111
authors = [{ name = "Giorgio Salluzzo", email = "giorgio.salluzzo@gmail.com" }]
12-
urls = { github = "https://github.com/mindflayer/python-mocket" }
1312
classifiers = [
1413
"Development Status :: 6 - Mature",
1514
"Intended Audience :: Developers",
@@ -35,6 +34,10 @@ dependencies = [
3534
]
3635
dynamic = ["version"]
3736

37+
[project.urls]
38+
Homepage = "https://github.com/mindflayer/python-mocket"
39+
Repository = "https://github.com/mindflayer/python-mocket"
40+
3841
[project.optional-dependencies]
3942
test = [
4043
"pre-commit",

0 commit comments

Comments
 (0)