From e5a60572494f7d5381e5de825d8bd18969dfda09 Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 10:39:10 +0530 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()