1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-01 19:47:01 +03:00

fix: update pyproject.toml

This commit is contained in:
2026-06-02 22:46:42 +03:00
parent bc5ead4d19
commit 9597928ffb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ config/yt-playlist-config.json
*.code-workspace
/bin/*
/db/*
plans
# Byte-compiled / optimized / DLL files
__pycache__/
+1 -1
View File
@@ -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"