mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-16 03:02:47 +02:00
https://dnspython.readthedocs.io/en/latest/whatsnew.html - Build backend has been changed to hatchling - Cython is no longer supported
24 lines
746 B
Diff
24 lines
746 B
Diff
From a542004a4272e38403c7d0e2ce0b7329fc6df669 Mon Sep 17 00:00:00 2001
|
|
From: Bob Halley <halley@dnspython.org>
|
|
Date: Tue, 5 Mar 2024 05:58:28 -0800
|
|
Subject: [PATCH] Set license to a TOML table to avoid PEP 639 metadata for
|
|
now.
|
|
|
|
---
|
|
pyproject.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 3108d587..6f60295d 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|
name = "dnspython"
|
|
description = "DNS toolkit"
|
|
authors = [{ name = "Bob Halley", email = "halley@dnspython.org" }]
|
|
-license = "ISC"
|
|
+license = { text = "ISC" }
|
|
classifiers = [
|
|
"Development Status :: 5 - Production/Stable",
|
|
"Intended Audience :: Developers",
|