diff --git a/pyproject.toml b/pyproject.toml index ee7b998..80df3c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,5 +17,8 @@ dependencies = [ "yt-dlp>=2025.10.22", ] +[project.urls] +Repository = "https://github.com/glomatico/gamdl" + [project.scripts] gamdl = "gamdl.cli.cli:main"