duplicate definition isn’t required as we already defined them at workspace level sources
23 lines
409 B
TOML
23 lines
409 B
TOML
[project]
|
|
name = "pyln-bolt1"
|
|
version = "1.0.2.246"
|
|
description = ""
|
|
authors = [
|
|
{name = "Rusty Russell", email = "rusty@blockstream.com"}
|
|
]
|
|
license = {text = "MIT"}
|
|
requires-python = ">=3.9,<4.0"
|
|
dependencies = []
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pyln-proto>=0.10.2"
|
|
]
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["pyln"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling>=1.0.0"]
|
|
build-backend = "hatchling.build"
|