mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 03:51:23 +08:00
Changed some things around to submit to pypi - release 1.0
This commit is contained in:
11
setup.py
Normal file
11
setup.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='mcstatus',
|
||||
version='1.0',
|
||||
author='Nathan Adams',
|
||||
author_email='dinnerbone@dinnerbone.com',
|
||||
url='https://pypi.python.org/pypi/mcstatus',
|
||||
packages=['minecraft_query',],
|
||||
description='A library to query Minecraft Servers for their status and capabilities.'
|
||||
)
|
||||
Reference in New Issue
Block a user