Skip to content

Commit 00914e9

Browse files
committed
fix: move urls to project.urls
1 parent edbbcaa commit 00914e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ description = "Command line interface for unasync. Fork of https://github.com/le
55
authors = [
66
{ name = "Leynier Gutiérrez González", email = "[email protected]"},
77
]
8-
homepage = "https://github.com/leynier/unasync-cli/"
9-
repository = "https://github.com/leynier/unasync-cli"
10-
documentation = "https://github.com/leynier/unasync-cli"
118
readme = "README.md"
129
license = "MIT"
1310
requires-python = ">= 3.9"
@@ -17,6 +14,11 @@ dependencies = [
1714
"setuptools >=78.1.1",
1815
]
1916

17+
[project.urls]
18+
homepage = "https://github.com/leynier/unasync-cli"
19+
repository = "https://github.com/leynier/unasync-cli"
20+
documentation = "https://github.com/leynier/unasync-cli"
21+
2022
[project.scripts]
2123
unasync = "unasync_cli.main:app"
2224

0 commit comments

Comments
 (0)