diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 20:43:31 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 20:43:31 +0000 |
commit | 0aa34e280e36e3f5f4003c20613ee1a442e60f02 (patch) | |
tree | 089ebaacd9f5965e50e8891083ded589b07ab74a | |
parent | cacce3543a3d621993148063c488e77d27a2833d (diff) | |
download | sos-0aa34e280e36e3f5f4003c20613ee1a442e60f02.tar.gz |
remove cruft
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@877 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | setup.cfg | 3 | ||||
-rw-r--r-- | setup.py | 19 | ||||
-rw-r--r-- | sos.spec | 1 |
3 files changed, 0 insertions, 23 deletions
diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 2474f5bf..00000000 --- a/setup.cfg +++ /dev/null @@ -1,3 +0,0 @@ -[build_sphinx] -source-dir = docs -build-dir = docs/_build diff --git a/setup.py b/setup.py deleted file mode 100644 index 679b34e8..00000000 --- a/setup.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/python -""" -setup.py - Setup package with the help from Python's DistUtils and friends. -""" -from distutils.core import setup -import os, sys - -setup( - name = 'sos', - version = '1.9', - author = 'Adam Stokes', - author_email = 'astokes@fedoraproject.org', - url = 'http://fedorahosted.org/sos', - description = 'SOS - son of sysreport', - packages = ['sos','sos.plugins'], - scripts = ["sosreport", "extras/rh-upload"], - data_files = data_files, -) - @@ -33,7 +33,6 @@ make %install rm -rf ${RPM_BUILD_ROOT} -install -D -m644 gpgkeys/rhsupport.pub ${RPM_BUILD_ROOT}/%{_datadir}/%{name}/rhsupport.pub make DESTDIR=${RPM_BUILD_ROOT} install %find_lang %{name} || echo 0 |