setup.py: install init script.

Change-Id: I634c2d193a493c469e9e5f67fde686dbc5dd7f35
This commit is contained in:
Alexander Lenz 2017-08-01 13:35:48 +02:00
parent 6bf78c5b3e
commit dec568c3cc

View File

@ -43,6 +43,7 @@ setup(
description = 'SECoP Playground core system',
packages = find_packages(),
package_data = {'secop': ['RELEASE-VERSION'] + uis},
data_files = [('/etc/init.d', ['etc/secop-server'])],
scripts = scripts,
classifiers = [
'Development Status :: 6 - Mature',