ci: add pipeline

This commit is contained in:
2024-04-25 19:43:08 -07:00
parent 2080c21898
commit 03e094a497
3 changed files with 62 additions and 1 deletions

View File

@@ -12,7 +12,16 @@ include = ["python_sponsorblock/*.py", "python_sponsorblock/**/*.py" ]
packages = ["python_sponsorblock"]
[tool.hatch.version]
path = "python_sponsorblock/__about__.py"
source = "vcs"
path = "python_sponsorblock/_version.py"
fallback-version = "0.0.0"
[tool.hatch.version.raw-options]
local_scheme = "no-local-version"
[tool.hatch.build.hooks.vcs]
version-file = "python_sponsorblock/_version.py"
[project]
name = "python-sponsorblock"