diff --git a/boltz_client/py.typed b/boltz_client/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index a3ec163..329588e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,16 @@ [tool.poetry] name = "boltz_client" -version = "0.1.1" +version = "0.1.2" description = "python boltz client" license = "MIT" authors = ["dni "] readme = "README.md" repository = "https://github.com/dni/boltz-client-python" homepage = "https://boltz.exchange" +packages = [ + {include = "boltz_client"}, + {include = "boltz_client/py.typed"}, +] [tool.poetry.dependencies] python = "^3.10 | ^3.9 | ^3.8 | ^3.7"