Skip to content

Commit 07709b2

Browse files
authored
Merge pull request #76 from AllDotPy/fix.reactive_list
Update project.urls configs in pyproject.toml
2 parents 40d5fd0 + 8517b49 commit 07709b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ dependencies = [
1616
fletx = "fletx.__main__:main"
1717

1818
[project.urls]
19-
"source" = "https://alldotpy.github.io/FletX"
20-
"Homepage" = "https://github.com/AllDotPy/FletX"
19+
Homepage = "https://alldotpy.github.io/FletX"
20+
Repository = "https://github.com/AllDotPy/FletX"
21+
Documentation = "https://alldotpy.github.io/FletX"
2122

2223
[project.optional-dependencies]
2324
dev = [

0 commit comments

Comments
 (0)