We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0275a8f commit 066b24eCopy full SHA for 066b24e
2 files changed
CHANGELOG.md
@@ -3,6 +3,8 @@
3
4
## 0.12.2 (unreleased)
5
6
+- Removed `License` classifier, set `project.license-files` as per PEP 639.
7
+
8
9
## 0.12.1 (2026-03-29)
10
pyproject.toml
@@ -10,11 +10,11 @@ requires-python = ">=3.11"
dependencies = [
11
"tomlkit>=0.14.0",
12
]
13
-license = { text = "MIT" }
+license = "MIT"
14
+license-files = ["LICENSE"]
15
keywords = [ "lanparty" ]
16
classifiers = [
17
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
"Programming Language :: Python :: 3.13",
0 commit comments