update to release v1.2.3
This commit is contained in:
parent
5e819425f1
commit
707e4ce921
18
setup.py
18
setup.py
@ -2,21 +2,20 @@ from setuptools import setup,find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'pyatmos',
|
name = 'pyatmos',
|
||||||
version = '1.2.1',
|
version = '1.2.3',
|
||||||
description = 'A package to estimate the atmosphere parameters',
|
description = 'A package to estimate the vertical structure of atmosphere with various atmospheric density models',
|
||||||
author = 'Chunxiao Li',
|
author = 'Chunxiao Li',
|
||||||
author_email = 'lcx366@126.com',
|
author_email = 'lcx366@126.com',
|
||||||
url = 'https://github.com/lcx366/ATMOS',
|
url = 'https://github.com/lcx366/ATMOS',
|
||||||
license = 'MIT',
|
license = 'MIT',
|
||||||
long_description_content_type = 'text/markdown',
|
long_description_content_type = 'text/markdown',
|
||||||
long_description = open('README.md', 'rb').read().decode('utf-8'),
|
long_description = open('README.md', 'rb').read().decode('utf-8'),
|
||||||
keywords = ['atmosphere models','coesa76','nrlmsise00'],
|
keywords = ['coesa76','nrlmsise00','jb2008'],
|
||||||
python_requires = '>=3.6',
|
python_requires = '>=3.8',
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Intended Audience :: Education',
|
'Intended Audience :: Education',
|
||||||
'Intended Audience :: Science/Research',
|
'Intended Audience :: Science/Research',
|
||||||
'Programming Language :: Python :: 3.7',
|
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
@ -28,9 +27,8 @@ setup(
|
|||||||
'scipy',
|
'scipy',
|
||||||
'numpy',
|
'numpy',
|
||||||
'astropy',
|
'astropy',
|
||||||
],
|
'pyshtools',
|
||||||
extras_require={
|
'tqdm',
|
||||||
'colored-progress': ['tqdm','colorama'],
|
'colorama'
|
||||||
'legendre': ['pyshtools'],
|
]
|
||||||
},
|
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user