8a05d5ff8f
The internal ytsage package name is kept deliberately - renaming it would touch every file and destroy the ability to merge upstream YTSage changes. - pyproject: distribution name sagetube v0.1.0, sagetube entrypoint (ytsage alias retained), URLs point at the Gitea repo with an Upstream link to YTSage. - Data dirs move to SageTube/ (fresh fork, fresh state) and the config file becomes sagetube_config.json; QApplication name and window title read SageTube. - About dialog credits Houmeres and links "Based on YTSage by oop7". - App self-update check against the upstream PyPI package is disabled by default; yt-dlp/deno/ffmpeg update flows are unaffected. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
9 lines
155 B
Python
9 lines
155 B
Python
"""
|
|
YTSage - YouTube Video Downloader
|
|
|
|
A modern, user-friendly YouTube video downloader built with PySide6.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "oop7"
|