setup.py: install init script.
Change-Id: I634c2d193a493c469e9e5f67fde686dbc5dd7f35
This commit is contained in:
parent
6bf78c5b3e
commit
dec568c3cc
1
setup.py
1
setup.py
@ -43,6 +43,7 @@ setup(
|
|||||||
description = 'SECoP Playground core system',
|
description = 'SECoP Playground core system',
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
package_data = {'secop': ['RELEASE-VERSION'] + uis},
|
package_data = {'secop': ['RELEASE-VERSION'] + uis},
|
||||||
|
data_files = [('/etc/init.d', ['etc/secop-server'])],
|
||||||
scripts = scripts,
|
scripts = scripts,
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 6 - Mature',
|
'Development Status :: 6 - Mature',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user