Skip to content

Commit

Permalink
Merge pull request #157 from maurizio-lombardi/master
Browse files Browse the repository at this point in the history
setup.py: add the socket and service files to the data_files section
  • Loading branch information
maurizio-lombardi authored Nov 26, 2019
2 parents 06076ab + 9c4be03 commit 94d971d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'scripts/targetcli',
'daemon/targetclid'
],
data_files = [('/lib/systemd/system', ['systemd/targetclid.socket', 'systemd/targetclid.service'])],
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 94d971d

Please sign in to comment.