diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 09:45:05 +1100 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 09:45:05 +1100 |
| commit | b1cff893077f8042c57fa387d057e644877ccc88 (patch) | |
| tree | aa0053252cd0b6e7fca2292be1e3f02ebf6dabe6 /pyproject.toml | |
init
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b53adf9 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[project] +name = "vtt-publish" +version = "0.1.0" +description = "A TUI application designed for publishing files to a vtt server directory" +readme = "README.md" +requires-python = ">=3.12" +dependencies = [ + "textual>=7.5.0", +] |
