Updated setup.py with new classifiers

This commit is contained in:
Nathan Adams
2014-09-07 02:51:20 +02:00
parent 1b17c1f702
commit 8c1f3ba50d

View File

@@ -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',
],
)