From dd6108a44997627f5230f39883c675f001034909 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:09:14 +0000 Subject: [PATCH] fix urls --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd3f785..edcbde2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,10 @@ description = "Check if phone numbers are connected to Telegram accounts." authors = ["Bellingcat"] license = "MIT" readme = "README.md" -repository = "https://github.com/python-poetry/poetry" +repository = "https://github.com/bellingcat/telegram-phone-number-checker" [tool.poetry.urls] -"Bug Tracker" = "https://github.com/python-poetry/poetry/issues" +"Bug Tracker" = "https://github.com/bellingcat/telegram-phone-number-checker/issues" [tool.poetry.scripts] telegram-phone-number-checker = "telegram_phone_number_checker.main:main_entrypoint"