From 29ced2bfd65a3b8f51587cd5aa90ea19aa85e568 Mon Sep 17 00:00:00 2001 From: Syrtis Major Date: Mon, 22 May 2023 11:01:57 +0300 Subject: [PATCH] update keywords --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b40c88f..22dbac4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/syrte/ndtest/', - keywords=['Fortran', 'Numpy'], + keywords=['statistics', 'statistical test', 'Python'], author='Zhaozhou Li', author_email='lizz.astro@gmail.com', py_modules=['ndtest'],