Files
mcstatus/setup.py
Winston Weinert d0d0d159bb Use setuptools to enable dependency checking
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.
2015-05-08 23:22:19 -05:00

1.0 KiB