Skip to content

Commit

Permalink
add py.typed marker
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Jan 11, 2023
1 parent 7b78f5f commit dd4b24d
Showing 2 changed files with 5 additions and 1 deletion.
Empty file added boltz_client/py.typed
Empty file.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <office@dnilabs.com>"]
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"

0 comments on commit dd4b24d

Please sign in to comment.