@@ -38,15 +38,18 @@ def get_version(rel_path):
3838 long_description_content_type = "text/markdown" ,
3939 python_requires = '>=3.6' ,
4040 classifiers = [
41- "Programming Language :: Python :: 3" ,
42- "License :: OSI Approved :: Apache Software License" ,
43- "Operating System :: MacOS" ,
44- "Operating System :: POSIX" ,
45- "Development Status :: 3 - Alpha" ,
46- "Framework :: IPython" ,
47- "Programming Language :: Python :: 3.6" ,
48- "Programming Language :: Python :: 3.7" ,
49- "Programming Language :: Python :: 3.8" ,
41+ 'Development Status :: 3 - Alpha' ,
42+ 'Environment :: Console' ,
43+ 'Framework :: IPython' ,
44+ 'Intended Audience :: Developers' ,
45+ 'Intended Audience :: Science/Research' ,
46+ 'License :: OSI Approved :: Apache Software License' ,
47+ 'Operating System :: MacOS' ,
48+ 'Operating System :: POSIX' ,
49+ 'Programming Language :: Python :: 3' ,
50+ 'Programming Language :: Python :: 3.6' ,
51+ 'Programming Language :: Python :: 3.7' ,
52+ 'Programming Language :: Python :: 3.8' ,
5053 'Topic :: Scientific/Engineering' ,
5154 'Topic :: Scientific/Engineering :: Astronomy' ,
5255 'Topic :: Scientific/Engineering :: Atmospheric Science' ,
0 commit comments