Skip to content

Commit

Permalink
Merge pull request #3 from nasa/harmony-829
Browse files Browse the repository at this point in the history
HARMONY-829: Fix classifiers fit pre-defined terms and avoid packaging failures
  • Loading branch information
bilts authored Apr 22, 2021
2 parents 0895c84 + fc31973 commit e7b8089
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
url="https://github.com/nasa/zarr-eosdis-store",
packages=find_packages(exclude=['docs', 'tests*']),
classifiers=[
"License :: OSI Approved :: Apache 2.0 License",
"Operating System :: OS Independent",
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
"Programming Language :: Python :: 3", # remove once all tested sub-versions are listed
'Programming Language :: Python :: 3.8'
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
],
python_requires='>=3.8',
install_requires=install_requires,
Expand Down

0 comments on commit e7b8089

Please sign in to comment.