From ea1734c60e378d8777ad872354bd7dd90d50e1f7 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 17 Feb 2025 18:51:41 +0100 Subject: init --- 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..9816c86 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "genai" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.12" +dependencies = [] -- cgit v1.2.3