From e7ca64f954c4ae0593ef64fcf1fb929a22e813d8 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 19 Oct 2025 17:35:42 +0200 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..df5dc10 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "agent" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [] -- cgit 1.4.1