aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2020-08-31 13:28:23 -0400
committerJake Hunsaker <jhunsake@redhat.com>2020-11-03 13:39:05 -0500
commitcb0511f71196556ead4f0b0dc0a41a4ec0ee7f20 (patch)
treed63af0a5b02696689902407f2e4cf1a6ae63efbd /setup.py
parentd39087bb381450ee1e89150a8839a3857e3566b0 (diff)
downloadsos-cb0511f71196556ead4f0b0dc0a41a4ec0ee7f20.tar.gz
[build] Add sos.conf to distutils config
Adds sos.conf to the distutils config so that it will be included in manual installations and source distribution tarballs. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7138d324..08021804 100644
--- a/setup.py
+++ b/setup.py
@@ -93,7 +93,8 @@ setup(
'man/en/sos-mask.1']),
('share/man/man5', ['man/en/sos.conf.5']),
('share/licenses/sos', ['LICENSE']),
- ('share/doc/sos', ['AUTHORS', 'README.md'])
+ ('share/doc/sos', ['AUTHORS', 'README.md']),
+ ('config', ['sos.conf'])
],
packages=[
'sos', 'sos.policies', 'sos.report', 'sos.report.plugins',