summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2019-11-26 11:09:52 +0100
committerGitHub <noreply@github.com>2019-11-26 11:09:52 +0100
commit94d971dd1d50d6189ce64b64b8f9fccc965a3312 (patch)
treefafc05cfb3f352f7d131985b06ed851df9cb794b
parent06076aba7e9e9bd4a1e84bac61e85265e8075b8e (diff)
parent9c4be0387f7ae49a85db2ab3e31eb9d7834dded1 (diff)
downloadtargetcli-94d971dd1d50d6189ce64b64b8f9fccc965a3312.tar.gz
Merge pull request #157 from maurizio-lombardi/master
setup.py: add the socket and service files to the data_files section
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8dff55e..4518165 100755
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ setup(
'scripts/targetcli',
'daemon/targetclid'
],
+ data_files = [('/lib/systemd/system', ['systemd/targetclid.socket', 'systemd/targetclid.service'])],
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",