Files
palladum-lightning/contrib/pyln-spec/bolt4/pyproject.toml
Lakshya Singh 2879ef121e chore: remove uv sources defined at workspace level
duplicate definition isn’t required as we already defined them at 
workspace level sources
2025-10-10 15:47:39 +10:30

23 lines
448 B
TOML

[project]
name = "pyln-bolt4"
version = "1.0.4.246"
description = "A pure python implementation of BOLT4"
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"