mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-30 21:49:37 +03:00
Merge branch 'develop' of github.com:nicolargo/glances into develop
This commit is contained in:
commit
c66c651205
4
AUTHORS
4
AUTHORS
@ -64,3 +64,7 @@ http://www.macports.org/ports.php?by=name&substr=glances
|
||||
|
||||
John Kirkham for the conda package (at conda-forge)
|
||||
https://github.com/conda-forge/glances-feedstock
|
||||
|
||||
Rui Chen for the Homebrew package
|
||||
https://chenrui.dev/
|
||||
https://formulae.brew.sh/formula/glances
|
||||
|
@ -3,7 +3,9 @@ include CONTRIBUTING.md
|
||||
include COPYING
|
||||
include NEWS.rst
|
||||
include README.rst
|
||||
include SECURITY.md
|
||||
include conf/glances.conf
|
||||
include requirements.txt
|
||||
recursive-include docs *
|
||||
recursive-include glances *.py
|
||||
recursive-include glances/outputs/static *
|
||||
|
2
setup.py
2
setup.py
@ -27,7 +27,7 @@ with open('README.rst', encoding='utf-8') as f:
|
||||
|
||||
def get_data_files():
|
||||
data_files = [
|
||||
('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS.rst', 'README.rst',
|
||||
('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS.rst', 'README.rst', "SECURITY.md",
|
||||
'CONTRIBUTING.md', 'conf/glances.conf']),
|
||||
('share/man/man1', ['docs/man/glances.1'])
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user