Skip to content

Commit c6624d5

Browse files
committed
Update pyproject.toml
1 parent 2cd6651 commit c6624d5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ classifiers = [
2626
"Topic :: Internet :: WWW/HTTP",
2727
]
2828

29-
[project.urls]
30-
Homepage = "https://senuka.me"
31-
Repository = "https://github.com/pythonplumber/zly"
32-
Issues = "https://github.com/pythonplumber/zly/issues"
33-
3429
dependencies = [
3530
"fastapi>=0.115.0",
3631
"uvicorn[standard]>=0.32.0",
@@ -49,6 +44,11 @@ dependencies = [
4944
"qrcode[pil]>=8.0",
5045
]
5146

47+
[project.urls]
48+
Homepage = "https://senuka.me"
49+
Repository = "https://github.com/pythonplumber/zly"
50+
Issues = "https://github.com/pythonplumber/zly/issues"
51+
5252
[project.optional-dependencies]
5353
dev = [
5454
"pytest>=8.3.0",

0 commit comments

Comments
 (0)