[feat] Support dynamic package vcs

This commit is contained in:
OleehyO
2025-04-21 02:36:13 +00:00
parent 8a000edb7b
commit df03525fd7

View File

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