Skip to content
Snippets Groups Projects
Commit 5c739108 authored by Michael Loipführer's avatar Michael Loipführer
Browse files

disable installation of service/config files

parent 8d3a2054
No related branches found
No related tags found
No related merge requests found
......@@ -26,16 +26,16 @@ setup(
"hauptbahnhof.haspa_web",
"hauptbahnhof.mpd"
],
data_files=[
(
"/usr/lib/systemd/system/",
["systemd/hauptbahnhof-module@.service", "systemd/hauptbahnhof.target"]
),
(
"/etc/hauptbahnhof/",
["conf/hauptbahnhof.json", "conf/babel.json", "conf/arplist.json"]
),
],
# data_files=[
# (
# "/usr/lib/systemd/system/",
# ["systemd/hauptbahnhof-module@.service", "systemd/hauptbahnhof.target"]
# ),
# (
# "/etc/hauptbahnhof/",
# ["conf/hauptbahnhof.json", "conf/arplist.json"]
# ),
# ],
platforms=["Linux"],
install_requires=["patho-mqtt", "requests"],
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment