Add package metadata to __init__.py
Created src/__init__.py with project docstring, version, and author information for YTSage, a PySide6-based YouTube video downloader.
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
"""
|
||||||
|
YTSage - YouTube Video Downloader
|
||||||
|
|
||||||
|
A modern, user-friendly YouTube video downloader built with PySide6.
|
||||||
|
"""
|
||||||
|
|
||||||
|
__version__ = "4.7.0"
|
||||||
|
__author__ = "oop7"
|
||||||
Reference in New Issue
Block a user