Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Jan 25, 2024
1 parent a649ce5 commit dd6108a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dd6108a

Please sign in to comment.