diff --git a/pyproject.toml b/pyproject.toml index 63af4721da..b1324863de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,3 +33,11 @@ dependencies = [ "typing-extensions>=4.14.0", "yfinance>=0.2.63", ] + +[build-system] +requires = ["uv_build>=0.8.5, <0.9.0"] +build-backend = "uv_build" + +[tool.uv.build-backend] +module-name = "tradingagents" +module-root = "" diff --git a/tradingagents/__init__.py b/tradingagents/__init__.py new file mode 100644 index 0000000000..e69de29bb2