Skip to content

Commit

Permalink
Install task_schedule_cmds,events.cfg to share
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Dec 1, 2019
1 parent 265801b commit 816ca41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

if "--user" not in sys.argv:
share_path = os.path.join(sys.prefix, "share", "kadi")
data_files = [(share_path, ['task_schedule.cfg'])]
data_files = [(share_path, ['task_schedule_cmds.cfg',
'task_schedule_events.cfg'])]
else:
data_files = None

Expand Down

0 comments on commit 816ca41

Please sign in to comment.