From f12a058cfedd6123e7c7d3364049b0ef074faa00 Mon Sep 17 00:00:00 2001 From: Charlie Date: Thu, 26 Sep 2024 12:59:16 +0100 Subject: [PATCH] fix: allow multiple packages --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2f7a0902d..6461d6463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,11 @@ description = "Simulator for running self-contained Vega chain on local PC" authors = ["Tom McLean "] license = "MIT" version = "1.2.1" +packages = [ + { include = "vega_sim" }, + { include = "vega_query/**/*.py" }, + { include = "vega_protos/**/*.py" }, +] [tool.setuptools] zip-safe = false