Skip to content

Commit

Permalink
Fix classifiers some more
Browse files Browse the repository at this point in the history
  • Loading branch information
avram committed Aug 27, 2020
1 parent 2448528 commit b31ab69
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,12 @@
install_requires=requires,
license='Apache License 2.0',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4'
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3'
],
)

0 comments on commit b31ab69

Please sign in to comment.