setup: rearrange constants

This commit is contained in:
tkl 2017-02-16 07:44:56 +00:00
parent 32a2408282
commit 50b54e6db6

View File

@ -13,10 +13,10 @@ import os
import stat
import sys
DAEMON_START_SCRIPT_SRC = 'mqtt_logger.service'
DAEMON_START_SCRIPT_DST = '/lib/systemd/system/mqtt_logger.service'
PKG_NAME = 'mqtt_logger'
PKG_VERSION = '0.1.0'
DAEMON_START_SCRIPT_SRC = PKG_NAME + '.service'
DAEMON_START_SCRIPT_DST = '/lib/systemd/system/' + DAEMON_START_SCRIPT_SRC
PKG_AUTHOR = 'tkl'
PKG_AUTHOR_EMAIL = 'tkl@blackfinn.de'
PKG_URL = 'files.blackfinn.de/python/' + PKG_NAME + '.py/' + PKG_NAME + '-' + \