diff --git a/pyproject.toml b/pyproject.toml index efda9a40bffb..d33ded665189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,21 @@ [tool.poetry] name = "OpenBBTerminal" version = "1.8.0" -description = "" +description = "Work In Progress. Investment Research for Everyone, Anywhere." authors = ["Didier Rodrigues Lopes"] +readme = "openbb_terminal/API_README.md" +license = "MIT" +homepage = "https://openbb.co/" +repository = "https://github.com/OpenBB-finance/OpenBBTerminal" +documentation = "https://openbb-finance.github.io/OpenBBTerminal/" packages = [ { include = "openbb_terminal" }, + { include = "terminal.py"} ] +include = ["styles/default/*.mpfstyle.json", "styles/default/*.mplrc.json", + "styles/default/*.richstyle.json", "styles/default/*.mplstyle", + "portfolio/*/*.xlsx", "portfolio/*/*.csv", "routines/*.openbb", + "data_sources_default.json","i18n/en.yml"] [tool.poetry.scripts] openbb = 'terminal:terminal'