Skip to content

Commit 42866e4

Browse files
committed
Add exclude's to pyproject.toml
1 parent beceba9 commit 42866e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "v3.8.1"
44
description = "A framework for creating trading bots"
55
authors = ["MDUYN"]
66
readme = "README.md"
7+
exclude = ["tests", "static", "examples", "CONTRIBUTING]
8+
79
810
[tool.poetry.dependencies]
911
python = ">=3.10"
@@ -38,7 +40,6 @@ coverage= "7.4.2"
3840
flake8 = "7.0.0"
3941
Flask-Testing = "^0.8.1"
4042

41-
4243
[tool.poetry.group.dev.dependencies]
4344
ipykernel = "^6.29.5"
4445

0 commit comments

Comments
 (0)