diff --git a/setup.py b/setup.py index 0c0faaf..c1ce5bd 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ -from distutils.core import setup -import os.path +import setuptools with open("README.md", "r") as fh: long_description = fh.read()