blob: b0f8f62ca3759818ec497fd569bf35c788e1d7f0 [file] [log] [blame]
From: Varsha Teratipally <teratipally@google.com>
Date: Mon, 26 Jul 2021 15:26:14 +0000
Subject: [PATCH] prevent sos.conf to be installed automatically
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index 1e8d8e2d..168994d5 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,6 @@ setup(
('share/man/man5', ['man/en/sos.conf.5']),
('share/licenses/sos', ['LICENSE']),
('share/doc/sos', ['AUTHORS', 'README.md']),
- ('config', ['sos.conf'])
],
packages=[
'sos', 'sos.presets', 'sos.presets.redhat', 'sos.policies',
--
2.32.0.432.gabb21c7263-goog