Skip to content

Commit 066b24e

Browse files
committed
Define license as per PEP 639
1 parent 0275a8f commit 066b24e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## 0.12.2 (unreleased)
55

6+
- Removed `License` classifier, set `project.license-files` as per PEP 639.
7+
68

79
## 0.12.1 (2026-03-29)
810

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ requires-python = ">=3.11"
1010
dependencies = [
1111
"tomlkit>=0.14.0",
1212
]
13-
license = { text = "MIT" }
13+
license = "MIT"
14+
license-files = ["LICENSE"]
1415
keywords = [ "lanparty" ]
1516
classifiers = [
1617
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)