Add Python module test (#17)

This commit is contained in:
bashonly
2025-10-23 12:59:59 -05:00
committed by GitHub
parent 5d7bf090bb
commit 52a4f9d19a
6 changed files with 78 additions and 5 deletions

View File

@@ -44,6 +44,9 @@ exclude = [
"/src/yt/solver/test/players/*",
]
[tool.hatch.build.targets.wheel]
packages = ["yt_dlp_ejs"]
[tool.hatch.build.hooks.vcs]
version-file = "yt_dlp_ejs/_version.py"