From f39e86bd34906add0f4f682bc3334d7f40923efc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 25 Jul 2013 18:31:07 +0200 Subject: [PATCH] cleaup setup --- README.md | 9 ++++++++- setup.py | 4 ---- 2 files changed, 8 insertions(+), 5 deletions(-) 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') -- 2.39.5