First Commit

This commit is contained in:
2026-08-19 15:36:08 +09:00
parent 147e9b558a
commit b3ed15c9de
635 changed files with 155893 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
__title__ = "epg2xml"
__description__ = "웹 상의 소스를 취합하여 EPG를 만드는 프로그램"
__url__ = "https://github.com/epg2xml/epg2xml"
try:
from ._version import version
except ImportError:
try:
from setuptools_scm import get_version
version = get_version(version_scheme="release-branch-semver")
except Exception:
version = "2.6.0.dev0"
__version__ = version