From: Guillaume Pellerin Date: Thu, 25 Jul 2013 16:31:07 +0000 (+0200) Subject: cleaup setup X-Git-Tag: 0.3~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f39e86bd34906add0f4f682bc3334d7f40923efc;p=piplayer.git cleaup setup --- diff --git a/README.md b/README.md index 7014d3f..5e26a1e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,14 @@ GPIO * stop channel : 24 * stop method : PUD_DOWN between PIN 1 (3.3V Power) and PIN 18 (GPIO 24) +INSTALL +-------- + + $ sudp python setup.py install + + DAEMON ------- -See etc/ + $ cp -ra etc/* /etc/ + $ update-rc.d piplayer defaults 5 1 \ No newline at end of file diff --git a/setup.py b/setup.py index 2e4e7ee..15f2c27 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,6 @@ # -*- coding: utf-8 -*- from setuptools import setup, find_packages -import os CLASSIFIERS = [ @@ -35,6 +34,3 @@ setup( zip_safe = False, scripts = ['scripts/piplayer'], ) - -os.system('cp -ra etc/* /etc/') -os.system('update-rc.d piplayer defaults 5 1')