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 03f89a2 commit 65bba63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "v4.0.0"
description = "A framework for creating trading bots"
authors = ["MDUYN"]
readme = "README.md"
exclude = ["tests", "static", "examples", "CONTRIBUTING]
exclude = ["tests", "static", "examples", "CONTRIBUTING"]


[tool.poetry.dependencies]
Expand Down

0 comments on commit 65bba63

Please sign in to comment.