Skip to content

Commit

Permalink
Merge pull request #2761 from chenrui333/fix-requirements.txt
Browse files Browse the repository at this point in the history
fix: include requirements.txt and SECURITY.md for pypi dist
  • Loading branch information
nicolargo committed May 13, 2024
2 parents 8c1b749 + 6d4e088 commit 127f2e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

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'])
]
Expand Down

0 comments on commit 127f2e4

Please sign in to comment.