diff --git a/setup.py b/setup.py index 2d22314..015f49a 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +import setuptools + with open("README.md", "r") as fh: long_description = fh.read()