diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 15:44:10 +1100 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-04-15 16:37:45 +1000 |
| commit | 633be70cc583104c7df7e545b5ca9775c249114c (patch) | |
| tree | ce3d8028e5ba5cc4834ebb48e988491e666a6c4e /pyproject.toml | |
| parent | c56890809dca7b667fd222f1ee6328a770a8b79c (diff) | |
refactor project structure and add check for external user config
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1e106ee..cfeac26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,9 @@ dependencies = [ "textual>=7.5.0", ] +[project.scripts] +publish = 'vtt_publish.tui:main' + [tool.bumpversion] current_version = "0.2.0" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" |
