From 9597928ffbce0b2cdb096b334b1a227b6578040c Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Tue, 2 Jun 2026 22:46:42 +0300 Subject: [PATCH] fix: update pyproject.toml --- .gitignore | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"