From e323a7d2c61fcd98dafe6944245639efc5f5fbeb Mon Sep 17 00:00:00 2001 From: James Simmons Date: Wed, 2 Nov 2022 23:41:13 -0400 Subject: [PATCH] Small pyproject changes --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 595794217e43..5f97ba7f1591 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,16 @@ [tool.poetry] name = "OpenBBTerminal" version = "1.9.1" -description = "" +description = "Investment Research for Everyone, Anywhere." +license = "MIT" authors = ["Didier Rodrigues Lopes"] packages = [ { include = "openbb_terminal" }, ] -readme = "README.md" +readme = "openbb_terminal/SDK_README.md" +homepage = "https://openbb.co/" +repository = "https://github.com/OpenBB-finance/OpenBBTerminal" +documentation = "https://openbb-finance.github.io/OpenBBTerminal/" [tool.poetry.scripts] openbb = 'openbb_terminal.terminal_controller:parse_args_and_run'