From fc6316251551dcf7add257d1c63284acb82a808e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 12 May 2024 14:45:13 -0400 Subject: [PATCH 1/2] fix: include requirements.txt and SECURITY.md for pypi dist Signed-off-by: Rui Chen --- MANIFEST.in | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6a78185d..a82b1c54 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 * diff --git a/setup.py b/setup.py index ad88e147..7e6e96aa 100755 --- a/setup.py +++ b/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.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']) ] From 6d4e0884cd5f327598a2697f6b501ed358da9454 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 12 May 2024 14:48:51 -0400 Subject: [PATCH 2/2] AUTHORS: add Rui for homebrew package Signed-off-by: Rui Chen --- AUTHORS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index c2ea1e82..c1609cc1 100644 --- a/AUTHORS +++ b/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