Skip to content

Commit 6c51028

Browse files
tankyleotnull
authored andcommitted
Include license files in Python wheels
Declare the dual-license expression and package both canonical license texts. Remove deprecated license classifiers so the SPDX expression is the authoritative declaration. Co-Authored-By: HAL 9000
1 parent 0b16b60 commit 6c51028

3 files changed

Lines changed: 4 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ 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 = [
1517
"Topic :: Software Development :: Libraries",
1618
"Topic :: Security :: Cryptography",
17-
"License :: OSI Approved :: MIT License",
18-
"License :: OSI Approved :: Apache Software License",
1919
"Operating System :: MacOS",
2020
"Operating System :: POSIX :: Linux",
2121
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)