diff --git a/pyproject.toml b/pyproject.toml index 83ab837..5b4dccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,9 @@ readme = "README.md" homepage = "https://github.com/tuhinmallick/InsiderTrader" repository = "https://github.com/tuhinmallick/InsiderTrader" keywords = ["trading", "finance", "insider trading"] +packages = [ + { include = "insidertrader" } # Explicitly include the insidertrader package +] [tool.poetry.dependencies] python = "^3.10"