From 7b3f9b4dd298b5f5465b9f96613cc592d8bea0f8 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Sun, 7 Sep 2014 13:35:58 +0200 Subject: [PATCH] Fixed up setup.py to point to the correct (new) package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8f712a..c1fadf5 100644 --- a/setup.py +++ b/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'],