diff --git a/pyproject.toml b/pyproject.toml index 8cacf36..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 = "Trading Framework." +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" }]