diff options
Diffstat (limited to '')
-rw-r--r-- | x11-wm/qtile/files/patch-pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/qtile/files/patch-pyproject.toml b/x11-wm/qtile/files/patch-pyproject.toml new file mode 100644 index 000000000000..61515c1f5766 --- /dev/null +++ b/x11-wm/qtile/files/patch-pyproject.toml @@ -0,0 +1,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", |