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__,