From 27141357afbc1ce4bf253ec19eaca5c9148f781f Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Fri, 22 Jan 2021 16:31:24 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c65da0..2fdcbf3 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( license = 'MIT', long_description_content_type = 'text/markdown', long_description = open('README.md', 'rb').read().decode('utf-8'), - keywords = ['atmosphere models','coesa76','msise00'], + keywords = ['atmosphere models','coesa76','nrlmsise00'], python_requires = '>=3.6', classifiers = [ 'Development Status :: 4 - Beta',