Add classifiers to setup.py
Add some classifiers for better metadata/information on pypi
This commit is contained in:
parent
9266f7c457
commit
d3a2d60d3e
17
setup.py
17
setup.py
@ -51,5 +51,20 @@ setup(
|
||||
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",
|
||||
],
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user