Skip to content

Commit

Permalink
Add diskless-init script to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jython234 committed Jan 14, 2021
1 parent 724e3ef commit 3a90be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion raspberrylink/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from raspberrylink.audio import core as audio_core

software_name = "RaspberryLink-Server"
software_version = "2.2.0+git"
software_version = "2.2.1+git"
api_version_major = 5
api_version_minor = 3

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='raspberrylink',
version='2.2.0+git',
version='2.2.1+git',
description='Handsfree bluetooth audio server for use in a car on a Raspberry Pi',
author=__author__,
author_email='[email protected]',
Expand All @@ -28,7 +28,8 @@
python_requires=">=3.6",
data_files=[
('/opt/raspberrylink/service-files', ['init-scripts/raspberrylink-agent.service',
'init-scripts/raspberrylink.service', 'init-scripts/raspberrylink'],
'init-scripts/raspberrylink.service', 'init-scripts/raspberrylink',
'init-scripts/raspberrylink-diskless-init'],
),
('/opt/raspberrylink', ['bluetooth-scripts/raspilink-bt-init', 'bluetooth-scripts/raspilink-bt-agent.py']),
('/etc/', ['default-config/raspberrylink-server.conf'])
Expand Down

0 comments on commit 3a90be8

Please sign in to comment.