diff --git a/pyproject.toml b/pyproject.toml index f120cab..fc4ec17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,14 +14,11 @@ authors = [ { name = "Stu Leak", email = "leaktechnologies@proton.me" } ] -dependencies = [ - "pillow>=10.0.0" -] +dependencies = ["pillow>=10.0.0"] -urls = { - "Homepage" = "https://git.leaktechnologies.dev/Leak-Technologies/img2pdf", - "Issues" = "https://git.leaktechnologies.dev/Leak-Technologies/img2pdf/issues" -} +[project.urls] +Homepage = "https://git.leaktechnologies.dev/stu/img2pdf" +Issues = "https://git.leaktechnologies.dev/stu/img2pdf/issues" [project.scripts] img2pdf = "src.__main__:main"