Skip to content

Commit

Permalink
Add exclude's to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN committed Jan 12, 2025
1 parent beceba9 commit 42866e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "v3.8.1"
description = "A framework for creating trading bots"
authors = ["MDUYN"]
readme = "README.md"
exclude = ["tests", "static", "examples", "CONTRIBUTING]
[tool.poetry.dependencies]
python = ">=3.10"
Expand Down Expand Up @@ -38,7 +40,6 @@ coverage= "7.4.2"
flake8 = "7.0.0"
Flask-Testing = "^0.8.1"


[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"

Expand Down

0 comments on commit 42866e4

Please sign in to comment.