blob: 61515c1f576666d91b2f724e56ec27e9ad3884b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyproject.toml.orig 2025-10-06 20:30:00 UTC
+++ pyproject.toml
@@ -13,8 +13,7 @@ build-backend = "builder"
name = "qtile"
description = "A pure-Python tiling window manager."
dynamic = ["version", "readme", "dependencies", "optional-dependencies"]
-license = "MIT"
-license-files = [ "LICENSE" ]
+license = {file = "LICENSE"}
classifiers = [
"Intended Audience :: End Users/Desktop",
"Operating System :: POSIX :: BSD :: FreeBSD",
|