blob: 9b1d52922523154ec760a25196c0dbad97df1d13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pyproject.toml.orig 2025-10-31 10:54:08 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools>=80",
+ "setuptools>=61",
]
build-backend = "setuptools.build_meta"
@@ -10,8 +10,7 @@ version = "3.2.1"
]
name = "tblib"
version = "3.2.1"
-license = "BSD-2-Clause"
-license-files = ["LICENSE"]
+license = {text = "BSD-2-Clause"}
description = "Traceback serialization library."
authors = [
{ name = "Ionel Cristian Mărieș", email = "contact@ionelmc.ro" },
|