From 65bba639070cf0524cecc5cdffada2760a46a14f Mon Sep 17 00:00:00 2001 From: marcvanduyn Date: Sun, 12 Jan 2025 01:06:11 +0100 Subject: [PATCH] Add exclude's to pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6efa3fc..4429731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]