From b1cff893077f8042c57fa387d057e644877ccc88 Mon Sep 17 00:00:00 2001 From: Brett Curran Date: Thu, 12 Feb 2026 09:45:05 +1100 Subject: init --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') 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", +] -- cgit v1.2.3