summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2019-11-21 09:58:55 +0100
committerMaurizio Lombardi <mlombard@redhat.com>2019-11-26 10:29:26 +0100
commit9c4be0387f7ae49a85db2ab3e31eb9d7834dded1 (patch)
treefafc05cfb3f352f7d131985b06ed851df9cb794b
parent06076aba7e9e9bd4a1e84bac61e85265e8075b8e (diff)
downloadtargetcli-9c4be0387f7ae49a85db2ab3e31eb9d7834dded1.tar.gz
setup.py: add the socket and service files to the data_files section
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
-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",