We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d980773 commit eb4522eCopy full SHA for eb4522e
1 file changed
pyproject.toml
@@ -21,6 +21,17 @@ authors = [
21
Homepage = "https://github.com/brgl/gpiod-sysfs-proxy"
22
Issues = "https://github.com/brgl/gpiod-sysfs-proxy/issues"
23
24
+[tool.setuptools.data-files]
25
+"lib/systemd/system" = [
26
+ "share/gpiod-sysfs-proxy.service",
27
+ "share/run-gpio-sys.mount",
28
+ "share/sys-class.mount",
29
+]
30
+"lib/systemd/system/sysinit.target.wants" = [
31
+ "share/sysinit.target.wants/run-gpio-sys.mount",
32
+ "share/sysinit.target.wants/sys-class.mount",
33
34
+
35
[build-system]
36
requires = ["setuptools", "wheel"]
37
build-backend = "setuptools.build_meta"
0 commit comments