blob: d6b053517f61ab1da4b2c800dea1c0362d36eaeb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyproject.toml.orig 2025-10-12 14:54:44 UTC
+++ pyproject.toml
@@ -6,8 +6,7 @@ readme = "README.rst"
name = "idna"
description = "Internationalized Domain Names in Applications (IDNA)"
readme = "README.rst"
-license = "BSD-3-Clause"
-license-files = ["LICENSE.md"]
+license = {text = "BSD-3-Clause"}
authors = [
{name = "Kim Davies", email = "kim+pypi@gumleaf.org"}
]
|