summaryrefslogtreecommitdiff
path: root/dev-python/autocommand/files/autocommand-2.2.2-setuptools-license.patch
blob: b0d6fdd5a2f8ed591f9ac6aff7587f2fb50c2ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
https://bugs.gentoo.org/917754
https://github.com/Lucretiel/autocommand/issues/28
https://github.com/Lucretiel/autocommand/pull/31

From cf98b8bc024f536565a67369a9f9a506fe67b942 Mon Sep 17 00:00:00 2001
From: Ben Greiner <code@bnavigator.de>
Date: Fri, 22 Dec 2023 14:15:46 +0100
Subject: [PATCH] License is dynamic

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index aa30b35..5221f65 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,6 +18,7 @@ classifiers = [
     "Topic :: Software Development :: Libraries",
     "Topic :: Software Development :: Libraries :: Python Modules",
 ]
+dynamic = [ "license" ]
 
 [project.urls]
 "Homepage" = "https://github.com/Lucretiel/autocommand"