Skip to content

Commit

Permalink
py: Publish pyln-grpc-proto following new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 16, 2024
1 parent 3ce8d20 commit cc34ed3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions contrib/pyln-grpc-proto/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@

[tool.poetry]
name = "pyln-grpc-proto"
version = "0.1.1"
version = "0.1.2"
description = "The compiled GRPC proto for CLN"
authors = ["Christian Decker <[email protected]>"]
license = "MIT"
readme = "README.md"

packages = [
{ include = "pyln/grpc/*.py" }
{ include = "pyln/grpc/*.py" },
]

include = [
{ path = "pyln/grpc", format = ["wheel", "sdist"] }
]

[tool.poetry.dependencies]
Expand All @@ -19,8 +23,8 @@ protobuf3 = "*"
[tool.poetry.group.dev.dependencies]
grpcio = "*"
twine = "^4.0.2"
grpcio-tools = "^1.59.2"
mypy-protobuf = "^3.5.0"
grpcio-tools = "^1.59.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit cc34ed3

Please sign in to comment.