mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-11 22:01:59 +01:00
22 lines
618 B
Diff
22 lines
618 B
Diff
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"
|