2025-08-03 08:01:06 +05:30
|
|
|
[project]
|
2022-02-26 11:31:59 +01:00
|
|
|
name = "pyln-bolt1"
|
2022-09-22 13:07:11 +09:30
|
|
|
version = "1.0.2.246"
|
2022-02-26 11:31:59 +01:00
|
|
|
description = ""
|
2025-08-03 08:01:06 +05:30
|
|
|
authors = [
|
|
|
|
|
{name = "Rusty Russell", email = "rusty@blockstream.com"}
|
2022-02-26 11:31:59 +01:00
|
|
|
]
|
2025-08-03 08:01:06 +05:30
|
|
|
license = {text = "MIT"}
|
2025-09-29 16:54:25 +02:00
|
|
|
requires-python = ">=3.9,<4.0"
|
2025-08-03 08:01:06 +05:30
|
|
|
dependencies = []
|
2022-02-26 11:31:59 +01:00
|
|
|
|
2025-08-03 08:01:06 +05:30
|
|
|
[dependency-groups]
|
|
|
|
|
dev = [
|
|
|
|
|
"pyln-proto>=0.10.2"
|
|
|
|
|
]
|
2022-02-26 11:31:59 +01:00
|
|
|
|
2025-08-03 08:01:06 +05:30
|
|
|
[tool.hatch.build.targets.wheel]
|
|
|
|
|
packages = ["pyln"]
|
2022-02-26 11:31:59 +01:00
|
|
|
|
|
|
|
|
[build-system]
|
2025-08-03 08:01:06 +05:30
|
|
|
requires = ["hatchling>=1.0.0"]
|
|
|
|
|
build-backend = "hatchling.build"
|