Dinnerbone / mcstatus

A Python class for checking the status of an enabled Minecraft server
http://dinnerbone.com/minecraft/tools/status/
1.11k stars 146 forks source link

Use setuptools to enable dependency checking #34

Closed winny- closed 7 years ago

winny- commented 9 years ago

It turns out distutils cannot easily check for installed packages and makes no effort to install missing packages. Setuptools on the other hand will gladly do this for use.

This way situations like #33 cannot arise.