File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " stock-analysis-program"
3- version = " 1.0.2 "
3+ version = " 1.0.0 "
44description = " A Python-based toolkit for fetching and visualizing financial data and metrics for stocks."
55authors = [" Thaddeus Thomas <thaddeus.r.thomas@gmail.com>" ]
66license = " MIT"
7-
8- # Optional: if the project is available on a URL or is a part of a larger project.
97homepage = " https://github.com/visionary-code-works/stock-analysis-program"
108repository = " https://github.com/visionary-code-works/stock-analysis-program"
119documentation = " https://github.com/visionary-code-works/stock-analysis-program/docs"
12-
13- # Classifiers help users find your project by categorizing it.
1410classifiers = [
1511 " Programming Language :: Python :: 3" ,
1612 " License :: OSI Approved :: MIT License" ,
@@ -21,7 +17,7 @@ classifiers = [
2117]
2218
2319[tool .poetry .dependencies ]
24- python = " ^3.8 "
20+ python = " ^3.7 "
2521yfinance = " ^0.1.63"
2622matplotlib = " ^3.3.4"
2723pandas = " ^1.2.4"
@@ -32,3 +28,6 @@ pytest = "^6.2.2"
3228[build-system ]
3329requires = [" poetry>=0.12" ]
3430build-backend = " poetry.masonry.api"
31+
32+ [tool .poetry .packages ]
33+ include = [{ from = " src" , include = [" **/*" ] }]
You can’t perform that action at this time.
0 commit comments