diff options
-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 |