1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Joseph Nahmias <joe@nahmias.net>
Date: Wed, 30 Oct 2024 15:14:29 +0100
Subject: Use /etc/ for config files, instead of /usr/etc
Bug-Debian: https://bugs.debian.org/969708
Last-Update: 2021-10-01
Forwarded: not-needed
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 83cc03d..ffaab4b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -102,7 +102,7 @@ artifacts = [
]
[tool.hatch.build.targets.wheel.shared-data]
-"jupyter-config" = "etc/jupyter"
+"jupyter-config" = "/etc/jupyter"
"ipyparallel/nbextension/static" = "share/jupyter/nbextensions/ipyparallel"
"ipyparallel/labextension" = "share/jupyter/labextensions/ipyparallel-labextension"
|