mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 03:51:23 +08:00
Fixed up setup.py to point to the correct (new) package
This commit is contained in:
2
setup.py
2
setup.py
@@ -6,7 +6,7 @@ setup(
|
||||
author='Nathan Adams',
|
||||
author_email='dinnerbone@dinnerbone.com',
|
||||
url='https://pypi.python.org/pypi/mcstatus',
|
||||
packages=['minecraft_query',],
|
||||
packages=['mcstatus',],
|
||||
description='A library to query Minecraft Servers for their status and capabilities.',
|
||||
install_requires=['six'],
|
||||
tests_require=['mock'],
|
||||
|
||||
Reference in New Issue
Block a user