Skip to content

Commit 1667e69

Browse files
committed
Include license files in Python wheels
Declare the dual-license expression and package both canonical license texts. Assisted-by: OpenAI Codex
1 parent 3ef102a commit 1667e69

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

bindings/python/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE-APACHE

bindings/python/LICENSE-MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE-MIT

bindings/python/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ authors = [
99
{ name="Elias Rohrer", email="dev@tnull.de" },
1010
]
1111
description = "A ready-to-go Lightning node library built using LDK and BDK."
12+
license = "MIT OR Apache-2.0"
13+
license-files = ["LICENSE-APACHE", "LICENSE-MIT"]
1214
dynamic = ["readme"]
1315
requires-python = ">=3.10"
1416
classifiers = [

0 commit comments

Comments
 (0)