diff --git a/pyproject.toml b/pyproject.toml index 91d6882..bdb9a47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "Automated Daily Playlist Generator for Plex Music" authors = ["Cliff Hill "] license = "MIT" readme = "README.rst" -homepage = "https://github.com/xlorepdarkhelm/plex-playlist" -repository = "https://github.com/xlorepdarkhelm/plex-playlist" +homepage = "https://gitlab.com/xlorepdarkhelm/plex-playlist" +repository = "https://gitlab.com/xlorepdarkhelm/plex-playlist" documentation = "https://plex-playlist.readthedocs.io" packages = [ { include = "playlist", from = "src" }, @@ -19,7 +19,7 @@ classifiers = [ ] [tool.poetry.urls] -Changelog = "https://github.com/xlorepdarkhelm/plex-playlist/releases" +Changelog = "https://gitlab.com/xlorepdarkhelm/plex-playlist/releases" [tool.poetry.dependencies] python = "^3.9"