blob: ca0c70df0e8ae36c9736702d65d88dad1f4891d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- pyproject.toml.orig 2025-08-17 10:46:46 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools >= 77",
+ "setuptools >= 63",
"setuptools_scm[toml] >= 6.4"
]
build-backend = "setuptools.build_meta"
@@ -10,7 +10,6 @@ authors = [{name = "Alex Grönholm", email = "alex.gro
description = "CBOR (de)serializer with extensive tag support"
readme = "README.rst"
authors = [{name = "Alex Grönholm", email = "alex.gronholm@nextday.fi"}]
-license = "MIT"
keywords = ["serialization", "cbor"]
classifiers = [
"Development Status :: 5 - Production/Stable",
@@ -27,6 +26,9 @@ dynamic = ["version"]
]
requires-python = ">= 3.9"
dynamic = ["version"]
+
+[project.license]
+text = "MIT"
[project.urls]
Changelog = "https://cbor2.readthedocs.io/en/latest/versionhistory.html"
|