Skip to content

Commit 46a9601

Browse files
committed
Update d/p/0002-Update-pyproject.toml.patch
1 parent 8260fbb commit 46a9601

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

debian/patches/0002-Update-pyproject.toml.patch

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@ Index: python3-prometheus-client/pyproject.toml
22
===================================================================
33
--- python3-prometheus-client.orig/pyproject.toml
44
+++ python3-prometheus-client/pyproject.toml
5-
@@ -47,3 +47,17 @@ Documentation = "https://prometheus.gith
5+
@@ -7,11 +7,7 @@ name = "prometheus_client"
6+
version = "0.22.1"
7+
description = "Python client for the Prometheus monitoring system."
8+
readme = "README.md"
9+
-license = "Apache-2.0 AND BSD-2-Clause"
10+
-license-files = [
11+
- "LICENSE",
12+
- "NOTICE",
13+
-]
14+
+license = { file = "LICENSE" }
15+
requires-python = ">=3.9"
16+
authors = [
17+
{ name = "The Prometheus Authors", email = "prometheus-developers@googlegroups.com" },
18+
@@ -50,3 +46,17 @@ Documentation = "https://prometheus.gith
619

720
[tool.setuptools.package-data]
821
prometheus_client = ['py.typed']

0 commit comments

Comments
 (0)