mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-02 06:27:55 +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 AUTHORS
|
||||||
include CONTRIBUTING.md
|
include CONTRIBUTING.md
|
||||||
include COPYING
|
include COPYING
|
||||||
include NEWS
|
include NEWS.rst
|
||||||
include README.rst
|
include README.rst
|
||||||
include conf/glances.conf
|
include conf/glances.conf
|
||||||
recursive-include docs *
|
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():
|
def get_data_files():
|
||||||
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']),
|
'CONTRIBUTING.md', 'conf/glances.conf']),
|
||||||
('share/man/man1', ['docs/man/glances.1'])
|
('share/man/man1', ['docs/man/glances.1'])
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user