Change setup.py to use setuptools instead of distutils

This commit is contained in:
joo 2020-08-17 18:22:12 +02:00
parent d01dfd4812
commit 51fa0bd2d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup
from minecraft import __version__