summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml12
1 files changed, 10 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 84ccb86..addf1ff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,15 @@
[project]
name = "strangeloop"
-version = "0.1.0"
+version = "0.0.1"
description = "A recursive and self-referential AI agent framework"
readme = "README.md"
requires-python = ">=3.13"
-dependencies = []
+dependencies = [
+ "click>=8.1.8",
+]
+
+[project.scripts]
+strangeloop = "strangeloop.cli:cli"
+
+[tool.uv]
+package = true \ No newline at end of file