- Update to 3.3.1 * Minor change on the help screen * Refactor some loop in the processes function * Replace json by ujson #2201 * Improvements on documentation, unit test and CI * bump dependencies and web lib to address security OBS-URL: https://build.opensuse.org/request/show/1082797 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=48
14 lines
476 B
Diff
14 lines
476 B
Diff
Index: glances-3.3.1/setup.py
|
|
===================================================================
|
|
--- glances-3.3.1.orig/setup.py
|
|
+++ glances-3.3.1/setup.py
|
|
@@ -32,8 +32,6 @@ with open('README.rst', encoding='utf-8'
|
|
|
|
def get_data_files():
|
|
data_files = [
|
|
- ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS.rst', 'README.rst',
|
|
- 'CONTRIBUTING.md', 'conf/glances.conf']),
|
|
('share/man/man1', ['docs/man/glances.1'])
|
|
]
|
|
|