From 50f7e02e73dbd10315da3e249ab7fe4ed1ac7161 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Thu, 22 Sep 2022 16:31:34 -0400 Subject: [PATCH 1/3] Changes to pyproject for test-pypi --- pyproject.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cef5d359ef28..e17acd7ea9f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,13 @@ [tool.poetry] name = "OpenBBTerminal" -version = "1.8.0" -description = "" +version = "1.8.1" +description = "Work In Prgress. 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" }, ] @@ -131,4 +136,4 @@ installer = ["pyinstaller"] [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api" From 603d2651dc014ad2be667c0870c79d267f5e2127 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Thu, 22 Sep 2022 16:35:13 -0400 Subject: [PATCH 2/3] changing back from 1.8.1 to 1.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e17acd7ea9f3..f5be5038c63a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenBBTerminal" -version = "1.8.1" +version = "1.8.0" description = "Work In Prgress. Investment Research for Everyone, Anywhere." authors = ["Didier Rodrigues Lopes"] readme = "openbb_terminal/API_README.md" From e2f65bf1af11643e83330337e3cb6c8e2331538e Mon Sep 17 00:00:00 2001 From: James Simmons Date: Thu, 22 Sep 2022 21:30:41 -0400 Subject: [PATCH 3/3] adding includes for pip to actually work --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5be5038c63a..6283ff3cfcc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "OpenBBTerminal" version = "1.8.0" -description = "Work In Prgress. Investment Research for Everyone, Anywhere." +description = "Work In Progress. Investment Research for Everyone, Anywhere." authors = ["Didier Rodrigues Lopes"] readme = "openbb_terminal/API_README.md" license = "MIT" @@ -10,7 +10,12 @@ 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'