Re: Changing hatchling shared-data installation directory: /usr/etc -> /etc

2024-03-24 Thread Timo Röhling
Hi Julian, * Julian Gilbey [2024-03-24 22:00]: Now, I can obviously move this to its correct location in debian/rules (either directly or using an appropriate dh-recognised file in debian/), but I wonder whether there is a "better" way to do this. Is there a way to tell hatchling that

Changing hatchling shared-data installation directory: /usr/etc -> /etc

2024-03-24 Thread Julian Gilbey
I'm trying to package jupyter-server-terminals, and have hit a snag. The pyproject.toml file includes the lines: [tool.hatch.build.targets.wheel.shared-data] "jupyter-config" = "etc/jupyter/jupyter_server_config.d" but the resulting file is installed at /usr/etc/jupyter/jupyter_server_config.d