File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ description = "Command line interface for unasync. Fork of https://github.com/le
5
5
authors = [
6
6
{
name =
" Leynier Gutiérrez González" ,
email =
" [email protected] " },
7
7
]
8
- homepage = " https://github.com/leynier/unasync-cli/"
9
- repository = " https://github.com/leynier/unasync-cli"
10
- documentation = " https://github.com/leynier/unasync-cli"
11
8
readme = " README.md"
12
9
license = " MIT"
13
10
requires-python = " >= 3.9"
@@ -17,6 +14,11 @@ dependencies = [
17
14
" setuptools >=78.1.1" ,
18
15
]
19
16
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
+
20
22
[project .scripts ]
21
23
unasync = " unasync_cli.main:app"
22
24
You can’t perform that action at this time.
0 commit comments