From 5efed73261d1f0b4112aba97a6047db066b94502 Mon Sep 17 00:00:00 2001 From: bxvtr Date: Sun, 1 Mar 2026 12:04:13 +0100 Subject: [PATCH 1/2] Chore: update pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cacf36..efd0b6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "trading-framework" version = "0.1.0" -description = "Trading Framework." +description = "Deterministic, event-driven core trading framework, with explicit risk management, order state machines, queue semantics, and research orchestration." readme = "README.md" requires-python = ">=3.11" authors = [{ name = "tradingeng@protonmail.com" }] From 9ff7c556a7dd65ccd7aff0fb44b1441e32272fdc Mon Sep 17 00:00:00 2001 From: bxvtr Date: Sun, 1 Mar 2026 12:06:19 +0100 Subject: [PATCH 2/2] edit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efd0b6f..ae8a1c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "trading-framework" version = "0.1.0" -description = "Deterministic, event-driven core trading framework, with explicit risk management, order state machines, queue semantics, and research orchestration." +description = "Deterministic, event-driven core framework, with explicit risk management, order state machines, queue semantics, and research orchestration." readme = "README.md" requires-python = ">=3.11" authors = [{ name = "tradingeng@protonmail.com" }]