Skip to content

Commit bbaa967

Browse files
committed
try this
1 parent fb7f87d commit bbaa967

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

debian/patches/0002-Avoid-setuptools-PackageDiscoveryError.patch

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ Index: python3-prometheus-client/pyproject.toml
22
===================================================================
33
--- python3-prometheus-client.orig/pyproject.toml
44
+++ python3-prometheus-client/pyproject.toml
5-
@@ -47,3 +47,7 @@ Documentation = "https://prometheus.gith
5+
@@ -47,3 +47,10 @@ Documentation = "https://prometheus.gith
66

77
[tool.setuptools.package-data]
88
prometheus_client = ['py.typed']
99
+
10+
+[tool.setuptools.data-files]
11+
+"tests" = ["tests/certs/*"]
12+
+
1013
+[tool.setuptools.packages.find]
1114
+where = ["."]
1215
+exclude = ["debian"]

0 commit comments

Comments
 (0)