ci: add pipeline
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user