From 109c8b37b0aa9704551c02dcef861eedc37793f7 Mon Sep 17 00:00:00 2001 From: Michael Ghaben Date: Sat, 7 Feb 2026 23:43:27 -0800 Subject: Initial commit --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ee8ac54 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "husky" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [] -- cgit v1.2.3