Skip to content

Commit

Permalink
Add classifiers to setup.py
Browse files Browse the repository at this point in the history
Add some classifiers for better metadata/information on pypi
  • Loading branch information
dims committed Jan 10, 2017
1 parent 9266f7c commit d3a2d60
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,20 @@
include_package_data=True,
long_description="""\
Python client for kubernetes http://kubernetes.io/
"""
""",
classifiers=[
"Development Status :: 4 - Alpha",
"Environment :: Kubernetes",
"Topic :: Utilities",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
],
)

0 comments on commit d3a2d60

Please sign in to comment.