diff options
author | Maurizio Lombardi <mlombard@redhat.com> | 2019-11-21 09:58:55 +0100 |
---|---|---|
committer | Maurizio Lombardi <mlombard@redhat.com> | 2019-11-26 10:29:26 +0100 |
commit | 9c4be0387f7ae49a85db2ab3e31eb9d7834dded1 (patch) | |
tree | fafc05cfb3f352f7d131985b06ed851df9cb794b /setup.py | |
parent | 06076aba7e9e9bd4a1e84bac61e85265e8075b8e (diff) | |
download | targetcli-9c4be0387f7ae49a85db2ab3e31eb9d7834dded1.tar.gz |
setup.py: add the socket and service files to the data_files section
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |