From 8260dfe8eb3b6d22a0254ab612a3cc8a28d9abdd Mon Sep 17 00:00:00 2001 From: Shohei KAMON Date: Sun, 27 Apr 2025 00:17:33 +0800 Subject: [PATCH] patch pyproject.toml Signed-off-by: Shohei KAMON --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f547235..e0e84c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,3 +36,6 @@ types-toml = "^0.10.8.20240310" [build-system] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" + +[tool.setuptools.packages.find] +include = ["fireblocks_cli*"]