1
0
python-Glances/adjust-data-files.patch

14 lines
415 B
Diff
Raw Normal View History

diff --git a/setup.py b/setup.py
index 73883c1..86f0be5 100755
--- a/setup.py
+++ b/setup.py
@@ -32,8 +32,6 @@ with open('README.rst', encoding='utf-8') as f:
def get_data_files():
data_files = [
- ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst',
- 'CONTRIBUTING.md', 'conf/glances.conf']),
('share/man/man1', ['docs/man/glances.1'])
]