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