forked from pool/python-Glances
new package OBS-URL: https://build.opensuse.org/request/show/703016 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=1
14 lines
415 B
Diff
14 lines
415 B
Diff
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'])
|
|
]
|
|
|