mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 03:51:23 +08:00
Updated setup.py with new classifiers
This commit is contained in:
10
setup.py
10
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',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user