From e3b741cba94386391dc3140103d1fb80f8c1027e Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Sun, 26 Jan 2025 17:22:06 +0100 Subject: [PATCH] Capitalize name links --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 298e1ee..1ff520f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,10 +24,10 @@ dependencies = [ ] [project.urls] -repository = "https://github.com/mx-psi/fa-scraper" -issues = "https://github.com/mx-psi/fa-scraper/issues" -changelog = "https://github.com/mx-psi/fa-scraper/blob/main/CHANGELOG.md" -authors = "https://github.com/mx-psi/fa-scraper/blob/main/AUTHORS" +Repository = "https://github.com/mx-psi/fa-scraper" +Issues = "https://github.com/mx-psi/fa-scraper/issues" +Changelog = "https://github.com/mx-psi/fa-scraper/blob/main/CHANGELOG.md" +Authors = "https://github.com/mx-psi/fa-scraper/blob/main/AUTHORS" [project.scripts] fa-scrapper = "fa_scraper.cli:main"