Compare commits
No commits in common. "cb7801b5c7848d58cef26f15bdfec56f465eab0f" and "1cbac62cd1e27c74e5f09b2796f6cd72f6aad12f" have entirely different histories.
cb7801b5c7
...
1cbac62cd1
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ EMAIL = 'tkl@blackfinn.de'
|
||||
PACKAGES = ['weblight']
|
||||
SCRIPTS = ['start-weblight']
|
||||
SERVICEDIR = "/lib/systemd/system"
|
||||
REQUIRES = ['Flask', 'RPi.GPIO']
|
||||
REQUIRES = ['Flask'i, 'RPi.GPIO']
|
||||
DAEMON_START_SCRIPT = os.path.join(SERVICEDIR, 'weblight.service')
|
||||
|
||||
if sys.argv[1] == 'install':
|
||||
|
Loading…
Reference in New Issue
Block a user