[feat] Support dynamic package vcs

This commit is contained in:
OleehyO
2025-04-21 02:36:13 +00:00
parent 789006894c
commit ff02336007

View File

@@ -1 +1,5 @@
from importlib.metadata import version
from texteller.api import *
__version__ = version("texteller")