Skip to content

Commit

Permalink
2nd fix on pypi classifers
Browse files Browse the repository at this point in the history
  • Loading branch information
seignovert committed Jan 6, 2021
1 parent 964a29c commit 22be03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -23,7 +23,7 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience:: Science / Research',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python',
Expand All @@ -32,7 +32,7 @@
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Astronomy',
'Topic :: Scientific / Engineering :: Atmospheric Science',
'Topic :: Scientific/Engineering :: Atmospheric Science',
],
python_requires='>=3.6',
install_requires=REQUIREMENTS,
Expand Down

0 comments on commit 22be03a

Please sign in to comment.