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*"]