From 8c1f3ba50d07700dbd3f0e0193aca0b4db2ab73d Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Sun, 7 Sep 2014 02:51:20 +0200 Subject: [PATCH] Updated setup.py with new classifiers --- setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.py b/setup.py index 3c6ae7a..c8f712a 100644 --- a/setup.py +++ b/setup.py @@ -10,4 +10,14 @@ setup( description='A library to query Minecraft Servers for their status and capabilities.', install_requires=['six'], tests_require=['mock'], + classifiers=[ + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: Apache Software License', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Operating System :: OS Independent', + 'Topic :: Software Development :: Libraries :: Python Modules', + ], ) \ No newline at end of file