Skip to content

Commit d3a2d60

Browse files
committed
Add classifiers to setup.py
Add some classifiers for better metadata/information on pypi
1 parent 9266f7c commit d3a2d60

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

setup.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,20 @@
5151
include_package_data=True,
5252
long_description="""\
5353
Python client for kubernetes http://kubernetes.io/
54-
"""
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+
],
5570
)

0 commit comments

Comments
 (0)