From 44cb633a1f51ae9dd0745e1e221602249b068acb Mon Sep 17 00:00:00 2001 From: Brett Curran Date: Thu, 12 Feb 2026 22:37:19 +1100 Subject: add ignore patterns and category keywords * ignore patterns will skip files containing the pattern in the path * category keywords guess what category a file may belng to if the keyword is found in the path --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index dcde496..eb0ab45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,13 @@ dependencies = [ [project.scripts] publish = 'vtt_publish.tui:main' +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel] +packages = ["src/vtt_publish"] + [tool.bumpversion] current_version = "0.3.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" -- cgit v1.2.3