diff --git a/.gitignore b/.gitignore index 73aa109..8e18ca2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ config/yt-playlist-config.json *.code-workspace /bin/* /db/* +plans # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/pyproject.toml b/pyproject.toml index 21f5e8e..e76b5e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ test = [ ] [project.urls] -Home = "https://github.com/darkzoul5/YoutubePlaylistSyncThing" +Home = "https://github.com/darkzoul5/YoutubePlaylistSync" [project.scripts] ytpl-sync = "app.cli:main"