mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-30 12:43:24 +03:00
Merge pull request #1505 from h3xx/fix-doc-install
Fix missing file during install
This commit is contained in:
commit
84dfb5c626
@ -1,7 +1,7 @@
|
||||
include AUTHORS
|
||||
include CONTRIBUTING.md
|
||||
include COPYING
|
||||
include NEWS
|
||||
include NEWS.rst
|
||||
include README.rst
|
||||
include conf/glances.conf
|
||||
recursive-include docs *
|
||||
|
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ with open('README.rst', encoding='utf-8') as f:
|
||||
|
||||
def get_data_files():
|
||||
data_files = [
|
||||
('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst',
|
||||
('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS.rst', 'README.rst',
|
||||
'CONTRIBUTING.md', 'conf/glances.conf']),
|
||||
('share/man/man1', ['docs/man/glances.1'])
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user