Files
palladum-lightning/contrib/pyln-spec/bolt7/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

19 lines
377 B
TOML

[project]
name = "pyln-bolt7"
version = "1.0.246"
description = "BOLT7"
authors = [{ name = "Rusty Russell" }]
license = { text = "BSD-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"