blob: 90192992f42ca010f758d76d52fb17afec285dc2 (
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-21 08:22:05 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.0"
]
name = "tblib"
version = "3.2.0"
-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" },
|