diff --git a/pyproject.toml b/pyproject.toml index 5608fdc..10dd693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"