Skip to content

Commit c531ff7

Browse files
committed
fix: use text license format and remove LICENSE from MANIFEST.in
- Change license to {text = 'MIT License'} format - Remove LICENSE from MANIFEST.in to avoid conflicts - Should fix 'license-file' metadata error
1 parent ff85da7 commit c531ff7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Include important files in source distribution
22
include README.md
3-
include LICENSE
43
include CONTRIBUTING.md
54
include QUICKSTART.md
65
include requirements.txt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88
description = "Python client library for the Elexon BMRS (Balancing Mechanism Reporting Service) API"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.8"
11-
license = {file = "LICENSE"}
11+
license = {text = "MIT License"}
1212
authors = [
1313
{name = "Benjamin Watts", email = "benjamin.watts@example.com"}
1414
]

0 commit comments

Comments
 (0)