From a30405e75abbd37cab96eb650234e48d43f7b546 Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Thu, 30 Jan 2014 17:57:40 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 8 -------- setup.py | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 1eb99da..0000000 --- a/setup.cfg +++ /dev/null @@ -1,8 +0,0 @@ -[install_man] -install_dir=/usr/share - -[install] -install-scripts=/usr/bin - -[install_data] -install_dir=/ diff --git a/setup.py b/setup.py index b052853..09d1394 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ import os from distutils.core import setup from calculate.install_data import install_data -data_files = [('usr/libexec/calculate',[('data/cl-git-wrapper',0755)])] +data_files = [('/usr/libexec/calculate',[('data/cl-git-wrapper',0755)])] setup( name = __app__,