We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9266f7c commit d3a2d60Copy full SHA for d3a2d60
setup.py
@@ -51,5 +51,20 @@
51
include_package_data=True,
52
long_description="""\
53
Python client for kubernetes http://kubernetes.io/
54
- """
+ """,
55
+ classifiers=[
56
+ "Development Status :: 4 - Alpha",
57
+ "Environment :: Kubernetes",
58
+ "Topic :: Utilities",
59
+ "Intended Audience :: Developers",
60
+ "Intended Audience :: Information Technology",
61
+ "License :: OSI Approved :: Apache Software License",
62
+ "Operating System :: OS Independent",
63
+ "Programming Language :: Python",
64
+ "Programming Language :: Python :: 2",
65
+ "Programming Language :: Python :: 2.7",
66
+ "Programming Language :: Python :: 3",
67
+ "Programming Language :: Python :: 3.4",
68
+ "Programming Language :: Python :: 3.5",
69
+ ],
70
)
0 commit comments